diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-09-30 16:45:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-30 16:45:21 +0000 |
commit | 6ffbe1664d5819b9f443e361c61f48b2dcb226be (patch) | |
tree | 70ed2b76ff0148e9690df178f3ef5c10241f1e3e | |
parent | 10bae9083a0b7ed54f33139a7a471099c8bd7356 (diff) | |
parent | 18bd23c09d88f0df9b0844812aaf3d665d48788f (diff) |
Merge "Start build only if there were recent changes in the repo"
-rw-r--r-- | jjb/portal/portal.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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' |