X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fodlparent%2Fodlparent.yaml;h=5da17dac807ac68e89ecec90475e7be1513d0c67;hb=6eac1e0a453621540506f9b7d064a092632f8390;hp=9b4b854f61ca5aedef06bfc4c1fe74a21bd11456;hpb=7365c119f2d01195da6a1877b106847be000e01a;p=releng%2Fbuilder.git diff --git a/jjb/odlparent/odlparent.yaml b/jjb/odlparent/odlparent.yaml index 9b4b854f6..5da17dac8 100644 --- a/jjb/odlparent/odlparent.yaml +++ b/jjb/odlparent/odlparent.yaml @@ -8,7 +8,7 @@ jobs: - 'odlparent-verify-{stream}' - 'odlparent-merge-{stream}' - - 'odlparent-daily-{stream}' + - 'odlparent-periodic-{stream}' - 'odlparent-distribution-{stream}' - 'odlparent-integration-{stream}' - 'odlparent-sonar' @@ -19,20 +19,19 @@ # stream: release stream (eg. stable-lithium or beryllium) # branch: git branch (eg. stable/lithium or master) stream: - - beryllium: + - boron: branch: 'master' - jdk: openjdk7 + jdk: openjdk8 jdks: - - openjdk7 - openjdk8 disable_autorelease: False - - pre-boron: - branch: 'pre-boron' + - beryllium: + branch: 'stable/beryllium' jdk: openjdk7 jdks: - openjdk7 - openjdk8 - disable_autorelease: True + disable_autorelease: False - stable-lithium: branch: 'stable/lithium' jdk: openjdk7 @@ -174,6 +173,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'odlparent' branch: '{branch}' @@ -228,6 +228,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[odlparent]' - maven-deploy: @@ -237,12 +239,13 @@ - jacoco-report - job-template: - name: 'odlparent-daily-{stream}' + name: 'odlparent-periodic-{stream}' + disabled: false - # Job template for daily builders + # Job template for periodic builders # - # The purpose of this job template is to setup a daily/nightly - # builder and pushes to Sonar analysis. + # The purpose of this job template is to setup a periodic + # builder. # # Required Variables: # stream: release stream (eg. stable-lithium or beryllium) @@ -275,7 +278,7 @@ - '{ssh-credentials}' triggers: - - timed: 'H H * * 7' + - timed: '@daily' prebuilders: - wipe-org-opendaylight-repo @@ -430,10 +433,11 @@ - job-template: name: 'odlparent-sonar' + disabled: false project-type: maven node: dynamic_verify - jdk: 'openjdk7' + jdk: 'openjdk8' logrotate: daysToKeep: '7' @@ -490,6 +494,7 @@ - job-template: name: 'odlparent-clm-{stream}' + disabled: false project-type: maven node: dynamic_verify @@ -535,6 +540,7 @@ global-settings: '{odl-global-settings}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: odlparent