X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fvpnservice%2Fvpnservice.yaml;h=f495348aca0f1a998c2f55e64575e089b5dce8ab;hb=2b4c9bb538aa9a47ee08c25e2f251e388b3cd71f;hp=5c494bc27df9aaa10bf16398cc6314759790e2e4;hpb=0040afd803c53bcfd2cb4e0aa201f48fea3fd3b4;p=releng%2Fbuilder.git diff --git a/jjb/vpnservice/vpnservice.yaml b/jjb/vpnservice/vpnservice.yaml index 5c494bc27..f495348ac 100644 --- a/jjb/vpnservice/vpnservice.yaml +++ b/jjb/vpnservice/vpnservice.yaml @@ -11,6 +11,7 @@ - 'vpnservice-daily-{stream}' - 'vpnservice-integration-{stream}' - 'vpnservice-sonar' + - 'vpnservice-clm' # stream: branch with - in place of / (eg. stable-helium) @@ -75,7 +76,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - gerrit-trigger-patch-submitted: @@ -95,6 +97,7 @@ - jacoco-nojava-workaround publishers: + - findbugs - email-notification: email-prefix: '[vpnservice]' - jacoco-report @@ -134,7 +137,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - gerrit-trigger-patch-merged: @@ -155,6 +159,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: @@ -200,7 +207,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - timed: 'H H * * *' @@ -219,6 +227,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: email-prefix: '[vpnservice]' @@ -260,7 +271,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - reverse: @@ -281,6 +293,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: email-prefix: '[vpnservice] [controller] [yangtools] [odlparent] [openflowplugin]' @@ -312,7 +327,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - timed: 'H H * * *' @@ -328,6 +344,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - sonar: language: 'java' @@ -336,3 +355,54 @@ email-prefix: '[vpnservice]' - jacoco-report +- job-template: + name: 'vpnservice-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: '{vpnservice-settings}' + global-settings: '{odl-global-settings}' + + postbuilders: + - check-clm: + application-name: vpnservice + + publishers: + - email-notification: + email-prefix: '[vpnservice]' +