X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fgroupbasedpolicy%2Fgroupbasedpolicy.yaml;h=6cb6b6b488520f06cbade883b76582e82585cba0;hb=703f1a8d4a032d6e950646b89c8747342fe6948a;hp=1c8551167e91648bb12187ee301a0f58faa27880;hpb=01c4270a3ca956a414f262e7eefdc4242b6ed67c;p=releng%2Fbuilder.git diff --git a/jjb/groupbasedpolicy/groupbasedpolicy.yaml b/jjb/groupbasedpolicy/groupbasedpolicy.yaml index 1c8551167..6cb6b6b48 100644 --- a/jjb/groupbasedpolicy/groupbasedpolicy.yaml +++ b/jjb/groupbasedpolicy/groupbasedpolicy.yaml @@ -8,7 +8,7 @@ jobs: - 'groupbasedpolicy-verify-{stream}' - 'groupbasedpolicy-merge-{stream}' - - 'groupbasedpolicy-daily-{stream}' + - 'groupbasedpolicy-periodic-{stream}' - 'groupbasedpolicy-distribution-{stream}' - 'groupbasedpolicy-integration-{stream}' - 'groupbasedpolicy-sonar' @@ -19,20 +19,20 @@ # stream: release stream (eg. stable-lithium or beryllium) # branch: git branch (eg. stable/lithium or master) stream: - - beryllium: + - boron: branch: 'master' jdk: openjdk7 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 +174,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'groupbasedpolicy' branch: '{branch}' @@ -228,6 +229,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[groupbasedpolicy]' - maven-deploy: @@ -237,12 +240,12 @@ - jacoco-report - job-template: - name: 'groupbasedpolicy-daily-{stream}' + name: 'groupbasedpolicy-periodic-{stream}' - # 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 @@ -535,6 +538,7 @@ global-settings: '{odl-global-settings}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: groupbasedpolicy