From: Artem Naluzhnyy Date: Mon, 30 Sep 2019 08:06:15 +0000 (+0200) Subject: Start build only if there were recent changes in the repo X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=18bd23c09d88f0df9b0844812aaf3d665d48788f;p=ci-management.git Start build only if there were recent changes in the repo Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy Change-Id: I0da704f1c263f1f0279aa5c116b6e4f309655e1a --- diff --git a/jjb/portal/portal.yaml b/jjb/portal/portal.yaml index 2073e0a66..0fcb0a572 100644 --- a/jjb/portal/portal.yaml +++ b/jjb/portal/portal.yaml @@ -40,8 +40,9 @@ - project: name: 'portal-coverity' jobs: - - onap-gerrit-maven-coverity + - 'onap-gerrit-maven-coverity' cron: '@daily' + max-git-repo-age-hours: 48 build-node: 'ubuntu1604-builder-4c-4g' project: 'portal' project-name: 'portal'