X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fusc%2Fusc.yaml;h=03e302bea847905597cf7c25a05ef757044d8cf1;hb=eee0a9a1a1ed3590af566a8c14d273c57634364b;hp=d3b12c72be8a4efd3ca190a240e0dfd7a4f8a54d;hpb=83decc8fc8132d347cb8e92960d06b165715b5be;p=releng%2Fbuilder.git diff --git a/jjb/usc/usc.yaml b/jjb/usc/usc.yaml index d3b12c72b..03e302bea 100644 --- a/jjb/usc/usc.yaml +++ b/jjb/usc/usc.yaml @@ -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: openjdk8 @@ -143,8 +142,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}' @@ -169,6 +168,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'usc' branch: '{branch}' @@ -223,6 +223,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[usc]' - maven-deploy: @@ -233,6 +235,7 @@ - job-template: name: 'usc-periodic-{stream}' + disabled: false # Job template for periodic builders # @@ -248,8 +251,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}' @@ -425,10 +428,11 @@ - job-template: name: 'usc-sonar' + disabled: false project-type: maven node: dynamic_verify - jdk: 'openjdk7' + jdk: 'openjdk8' logrotate: daysToKeep: '7' @@ -485,6 +489,7 @@ - job-template: name: 'usc-clm-{stream}' + disabled: false project-type: maven node: dynamic_verify @@ -524,7 +529,7 @@ maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - goals: 'clean install -Djenkins -DskipTests=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' + goals: 'clean install com.sonatype.clm:clm-maven-plugin:index -Djenkins -DskipTests=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' maven-opts: '-Xmx4096m -XX:MaxPermSize=512m' settings: '{usc-settings}' global-settings: '{odl-global-settings}'