As we move towards more automated releases having regularly running
staging jobs will allow projects to discover broken staging jobs
earlier. Let's run these jobs @daily as a default.
Change-Id: I50a3f27396fc921714d1faff16830b2e6b38730d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
build-dir: '$WORKSPACE/target'
build-timeout: 15
cmake-opts: ''
+ cron: '@daily'
git-url: '$GIT_URL/$PROJECT'
github-url: 'https://github.com'
install-prefix: '$BUILD_DIR/output'
choosing-strategy: gerrit
triggers:
+ - timed: '{obj:cron}'
- gerrit:
server-name: '{gerrit-server-name}'
trigger-on:
jenkins-ssh-credential: '{jenkins-ssh-credential}'
triggers:
+ - timed: '{obj:cron}'
- github-pull-request:
trigger-phrase: '^(stage-release)$'
only-trigger-phrase: true
branch: master
build-days-to-keep: 30 # 30 days in case a release takes long to get approved.
build-timeout: 60
- cron: ''
+ cron: '@daily'
git-url: '$GIT_URL/$PROJECT'
github-url: 'https://github.com'
java-version: openjdk8