X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ftsdr%2Ftsdr.yaml;h=9bc91fc8040b2506882ba2eb84b3c7b45f163840;hb=c0005a1499d962ed366d089a8bb1d40cc6b38657;hp=5f4ee2823c8dbe8f28c3b903f9472ffb29aa27fb;hpb=4c430e8b82d77beedfa09d3bb16d698c4c745e31;p=releng%2Fbuilder.git diff --git a/jjb/tsdr/tsdr.yaml b/jjb/tsdr/tsdr.yaml index 5f4ee2823..9bc91fc80 100644 --- a/jjb/tsdr/tsdr.yaml +++ b/jjb/tsdr/tsdr.yaml @@ -11,6 +11,7 @@ - 'tsdr-daily-{stream}' - 'tsdr-integration-{stream}' - 'tsdr-sonar' + - 'tsdr-clm' # stream: branch with - in place of / (eg. stable-helium) @@ -18,9 +19,11 @@ stream: - master: branch: 'master' + jdk: openjdk7 + jdks: + - openjdk7 project: 'tsdr' - jdk: 'openjdk7' # For the Job templates below replace instances of: # PROJECT with your project name (eg. controller) @@ -50,9 +53,7 @@ - dynamic_verify - axis: type: jdk - values: - - openjdk7 - + values: '{obj:jdks}' logrotate: daysToKeep: '{build-days-to-keep}' @@ -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: '[tsdr]' - 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: '[tsdr]' @@ -228,10 +239,11 @@ name: 'tsdr-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) @@ -260,7 +272,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - reverse: @@ -281,6 +294,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: email-prefix: '[tsdr] [odlparent]' @@ -291,7 +307,7 @@ project-type: maven node: dynamic_verify - jdk: '{jdk}' + jdk: 'openjdk7' logrotate: daysToKeep: '7' @@ -312,7 +328,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - timed: 'H H * * *' @@ -328,6 +345,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - sonar: language: 'java' @@ -336,3 +356,54 @@ email-prefix: '[tsdr]' - jacoco-report +- job-template: + name: 'tsdr-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: '{tsdr-settings}' + global-settings: '{odl-global-settings}' + + postbuilders: + - check-clm: + application-name: tsdr + + publishers: + - email-notification: + email-prefix: '[tsdr]' +