X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpersistence%2Fpersistence.yaml;h=3c65ceceacb662c92ccbd681cdd891ffd4480ee3;hb=c0005a1499d962ed366d089a8bb1d40cc6b38657;hp=94a92bb9a9ea748575b09abb75ad951b573f8b3b;hpb=32e9107ae6688b84d0590a9f729818ce8e4010cb;p=releng%2Fbuilder.git diff --git a/jjb/persistence/persistence.yaml b/jjb/persistence/persistence.yaml index 94a92bb9a..3c65cecea 100644 --- a/jjb/persistence/persistence.yaml +++ b/jjb/persistence/persistence.yaml @@ -11,6 +11,7 @@ - 'persistence-daily-{stream}' - 'persistence-integration-{stream}' - 'persistence-sonar' + - 'persistence-clm' # stream: branch with - in place of / (eg. stable-helium) @@ -18,9 +19,18 @@ stream: - master: branch: 'master' + jdk: openjdk7 + jdks: + - openjdk7 + - openjdk8 + - stable-lithium: + branch: 'stable/lithium' + jdk: openjdk7 + jdks: + - openjdk7 + - openjdk8 project: 'persistence' - jdk: 'openjdk7' # For the Job templates below replace instances of: # PROJECT with your project name (eg. controller) @@ -50,8 +60,7 @@ - dynamic_verify - axis: type: jdk - values: - - openjdk7 + values: '{obj:jdks}' logrotate: daysToKeep: '{build-days-to-keep}' @@ -74,7 +83,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - gerrit-trigger-patch-submitted: @@ -94,6 +104,7 @@ - jacoco-nojava-workaround publishers: + - findbugs - email-notification: email-prefix: '[persistence]' - jacoco-report @@ -133,7 +144,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - gerrit-trigger-patch-merged: @@ -154,6 +166,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: @@ -199,7 +214,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - timed: 'H H * * *' @@ -218,6 +234,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: email-prefix: '[persistence]' @@ -227,10 +246,11 @@ name: 'persistence-integration-{stream}' disabled: false - # Job template for ODL merge jobs + # Job template for ODL integration verify jobs # - # The purpose of this job template is to setup a ODL merge job - # and deploy artifacts to Nexus. + # This is similar to a normal verify job, but it runs + # when a project that's a dependency of your project + # is successfully built. # # Required Variables: # stream: branch with - in place of / (eg. stable-helium) @@ -259,7 +279,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - reverse: @@ -280,6 +301,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: email-prefix: '[persistence] [odlparent]' @@ -290,7 +314,7 @@ project-type: maven node: dynamic_verify - jdk: '{jdk}' + jdk: 'openjdk7' logrotate: daysToKeep: '7' @@ -311,7 +335,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - timed: 'H H * * *' @@ -327,6 +352,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - sonar: language: 'java' @@ -335,3 +363,54 @@ email-prefix: '[persistence]' - jacoco-report +- job-template: + name: 'persistence-clm' + + project-type: maven + node: dynamic_verify + jdk: 'openjdk7' + + 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: '{persistence-settings}' + global-settings: '{odl-global-settings}' + + postbuilders: + - check-clm: + application-name: persistence + + publishers: + - email-notification: + email-prefix: '[persistence]' +