X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fusc%2Fusc.yaml;h=98a2308b0cbab0ba94ba0e24813516e76bc6b5e8;hb=2fc58f4e00f4624aad538721ef12a37713f5cb8d;hp=57a215ea8e7cca4b766e215b0ba606b9cf3dbc0d;hpb=047817e29b76e2777a4639e48b0286988d68f43e;p=releng%2Fbuilder.git diff --git a/jjb/usc/usc.yaml b/jjb/usc/usc.yaml index 57a215ea8..98a2308b0 100644 --- a/jjb/usc/usc.yaml +++ b/jjb/usc/usc.yaml @@ -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: openjdk8 @@ -169,6 +169,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'usc' branch: '{branch}' @@ -223,6 +224,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[usc]' - maven-deploy: @@ -233,6 +236,7 @@ - job-template: name: 'usc-periodic-{stream}' + disabled: false # Job template for periodic builders # @@ -425,6 +429,7 @@ - job-template: name: 'usc-sonar' + disabled: false project-type: maven node: dynamic_verify @@ -485,6 +490,7 @@ - job-template: name: 'usc-clm-{stream}' + disabled: false project-type: maven node: dynamic_verify @@ -524,12 +530,13 @@ 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}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: usc