X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fusc%2Fusc.yaml;h=52b3e6aa02172241bbed28b02d89fd552dc1b0fa;hb=1fdccc8467468044205fe4b73656af7d396eeb02;hp=437dfb60bbf12db2324f49b5e2dbd4f9ee0aa81f;hpb=32e9107ae6688b84d0590a9f729818ce8e4010cb;p=releng%2Fbuilder.git diff --git a/jjb/usc/usc.yaml b/jjb/usc/usc.yaml index 437dfb60b..52b3e6aa0 100644 --- a/jjb/usc/usc.yaml +++ b/jjb/usc/usc.yaml @@ -11,6 +11,7 @@ - 'usc-daily-{stream}' - 'usc-integration-{stream}' - 'usc-sonar' + - 'usc-clm' # stream: branch with - in place of / (eg. stable-helium) @@ -53,6 +54,7 @@ values: - openjdk7 + logrotate: daysToKeep: '{build-days-to-keep}' numToKeep: '{build-num-to-keep}' @@ -74,7 +76,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - gerrit-trigger-patch-submitted: @@ -94,6 +97,7 @@ - jacoco-nojava-workaround publishers: + - findbugs - email-notification: email-prefix: '[usc]' - jacoco-report @@ -133,7 +137,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - gerrit-trigger-patch-merged: @@ -154,6 +159,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: @@ -199,7 +207,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - timed: 'H H * * *' @@ -218,6 +227,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: email-prefix: '[usc]' @@ -259,7 +271,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - reverse: @@ -280,6 +293,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: email-prefix: '[usc] [controller] [yangtools] [odlparent]' @@ -311,7 +327,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - timed: 'H H * * *' @@ -327,6 +344,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - sonar: language: 'java' @@ -335,3 +355,54 @@ email-prefix: '[usc]' - jacoco-report +- job-template: + name: 'usc-clm' + + project-type: maven + node: dynamic_verify + jdk: '{jdk}' + + logrotate: + daysToKeep: '{build-days-to-keep}' + numToKeep: '{build-num-to-keep}' + artifactDaysToKeep: '{build-artifact-days-to-keep}' + artifactNumToKeep: '{build-artifact-num-to-keep}' + + parameters: + - project-parameter: + project: '{project}' + + scm: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: 'master' + + wrappers: + - build-timeout + - ssh-agent-credentials: + users: + - '{ssh-credentials}' + + triggers: + - timed: '@weekly' + + prebuilders: + - wipe-org-opendaylight-repo + + maven: + maven-name: '{mvn32}' + root-pom: 'pom.xml' + goals: 'com.sonatype.clm:clm-maven-plugin:index -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: + - check-clm: + application-name: usc + + publishers: + - email-notification: + email-prefix: '[usc]' +