From 18bd23c09d88f0df9b0844812aaf3d665d48788f Mon Sep 17 00:00:00 2001 From: Artem Naluzhnyy Date: Mon, 30 Sep 2019 10:06:15 +0200 Subject: Start build only if there were recent changes in the repo Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy Change-Id: I0da704f1c263f1f0279aa5c116b6e4f309655e1a --- jjb/portal/portal.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' -- cgit 1.2.3-korg