diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-10-11 18:17:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-11 18:17:03 +0000 |
commit | 442c15f1afee97390422d420a1f3b5a81a66bf99 (patch) | |
tree | 29789cdafe34559218f640f101e43aaa4be35b7c /jjb | |
parent | 22a0849b81fc109ff478a4cadd697d4910db6896 (diff) | |
parent | b5e3d3d82adebd9d4bf0259b5721b9596a3d2b97 (diff) |
Merge "Start build only if there were recent changes in the repo"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/so/so.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml index d36fdd859..9d7d894ce 100644 --- a/jjb/so/so.yaml +++ b/jjb/so/so.yaml @@ -39,6 +39,7 @@ jobs: - gerrit-maven-sonar cron: '@daily' + max-git-repo-age-hours: 48 build-node: ubuntu1604-builder-4c-4g project: 'so' project-name: 'so' |