X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Farmoury%2Farmoury.yaml;h=388f205b80ccb75ee1b711644ae9b1d256ca63c7;hb=a1ee1a1a44975646f8dc08c419eca81f8ffdff56;hp=a114cfc6974e97a42881d1fc40e2401e5c97d3a2;hpb=047817e29b76e2777a4639e48b0286988d68f43e;p=releng%2Fbuilder.git diff --git a/jjb/armoury/armoury.yaml b/jjb/armoury/armoury.yaml index a114cfc69..388f205b8 100644 --- a/jjb/armoury/armoury.yaml +++ b/jjb/armoury/armoury.yaml @@ -19,15 +19,15 @@ # stream: release stream (eg. stable-lithium or beryllium) # branch: git branch (eg. stable/lithium or master) stream: - - beryllium: + - boron: branch: 'master' jdk: openjdk8 jdks: - openjdk8 - openjdk7 - disable_autorelease: False - - pre-boron: - branch: 'pre-boron' + disable_autorelease: True + - beryllium: + branch: 'stable/beryllium' jdk: openjdk8 jdks: - openjdk8 @@ -136,8 +136,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}' @@ -162,6 +162,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'armoury' branch: '{branch}' @@ -216,6 +217,8 @@ - findbugs publishers: + - archive-artifacts: + artifacts: '**/target/surefire-reports/*-output.txt, ' - email-notification: email-prefix: '[armoury]' - maven-deploy: @@ -226,6 +229,7 @@ - job-template: name: 'armoury-periodic-{stream}' + disabled: false # Job template for periodic builders # @@ -241,8 +245,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}' @@ -418,10 +422,11 @@ - job-template: name: 'armoury-sonar' + disabled: false project-type: maven node: dynamic_verify - jdk: 'openjdk7' + jdk: 'openjdk8' logrotate: daysToKeep: '7' @@ -478,6 +483,7 @@ - job-template: name: 'armoury-clm-{stream}' + disabled: false project-type: maven node: dynamic_verify @@ -517,12 +523,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: '{armoury-settings}' global-settings: '{odl-global-settings}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: armoury