X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsnmp4sdn%2Fsnmp4sdn.yaml;h=d9f024ba8387f40fe57a63502d2ecc810b289f70;hb=eee0a9a1a1ed3590af566a8c14d273c57634364b;hp=f3d69c0b689c75280c2efcb917d89732ed59894f;hpb=01c4270a3ca956a414f262e7eefdc4242b6ed67c;p=releng%2Fbuilder.git diff --git a/jjb/snmp4sdn/snmp4sdn.yaml b/jjb/snmp4sdn/snmp4sdn.yaml index f3d69c0b6..d9f024ba8 100644 --- a/jjb/snmp4sdn/snmp4sdn.yaml +++ b/jjb/snmp4sdn/snmp4sdn.yaml @@ -8,7 +8,7 @@ jobs: - 'snmp4sdn-verify-{stream}' - 'snmp4sdn-merge-{stream}' - - 'snmp4sdn-daily-{stream}' + - 'snmp4sdn-periodic-{stream}' - 'snmp4sdn-distribution-{stream}' - 'snmp4sdn-integration-{stream}' - 'snmp4sdn-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 @@ -148,8 +147,8 @@ jdk: '{jdk}' logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' + daysToKeep: '14' + numToKeep: '10' artifactDaysToKeep: '{build-artifact-days-to-keep}' artifactNumToKeep: '{build-artifact-num-to-keep}' @@ -174,6 +173,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'snmp4sdn' branch: '{branch}' @@ -228,6 +228,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[snmp4sdn]' - maven-deploy: @@ -237,12 +239,13 @@ - jacoco-report - job-template: - name: 'snmp4sdn-daily-{stream}' + name: 'snmp4sdn-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) @@ -253,8 +256,8 @@ jdk: '{jdk}' logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' + daysToKeep: '14' + numToKeep: '10' artifactDaysToKeep: '{build-artifact-days-to-keep}' artifactNumToKeep: '{build-artifact-num-to-keep}' @@ -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: 'snmp4sdn-sonar' + disabled: false project-type: maven node: dynamic_verify - jdk: 'openjdk7' + jdk: 'openjdk8' logrotate: daysToKeep: '7' @@ -490,6 +494,7 @@ - job-template: name: 'snmp4sdn-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: snmp4sdn