X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdocs%2Fdocs.yaml;h=ad1692a8b7dd10f016cf85ba2999fd7135acf7b7;hb=0b1b01c6fb60191e73f1b11b6871b770f92eff56;hp=2d75cd670ae7df74338660289ce716a64a357e69;hpb=a31ecf04df078699b09e1e8b14981096edd2ac98;p=releng%2Fbuilder.git diff --git a/jjb/docs/docs.yaml b/jjb/docs/docs.yaml index 2d75cd670..ad1692a8b 100644 --- a/jjb/docs/docs.yaml +++ b/jjb/docs/docs.yaml @@ -11,6 +11,7 @@ - 'docs-daily-{stream}' - 'docs-integration-{stream}' - 'docs-sonar' + - 'docs-clm' # stream: branch with - in place of / (eg. stable-helium) @@ -55,6 +56,7 @@ values: - openjdk7 + logrotate: daysToKeep: '{build-days-to-keep}' numToKeep: '{build-num-to-keep}' @@ -76,7 +78,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - gerrit-trigger-patch-submitted: @@ -96,6 +99,7 @@ - jacoco-nojava-workaround publishers: + - findbugs - email-notification: email-prefix: '[docs]' - jacoco-report @@ -135,7 +139,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - gerrit-trigger-patch-merged: @@ -156,6 +161,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: @@ -201,7 +209,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - timed: 'H H * * *' @@ -220,6 +229,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: email-prefix: '[docs]' @@ -261,7 +273,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - reverse: @@ -282,6 +295,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - email-notification: email-prefix: '[docs] [odlparent]' @@ -313,7 +329,8 @@ wrappers: - build-timeout - ssh-agent-credentials: - user: '{ssh-credentials}' + users: + - '{ssh-credentials}' triggers: - timed: 'H H * * *' @@ -329,6 +346,9 @@ postbuilders: - jacoco-nojava-workaround + reporters: + - findbugs + publishers: - sonar: language: 'java' @@ -337,3 +357,54 @@ email-prefix: '[docs]' - jacoco-report +- job-template: + name: 'docs-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: '{docs-settings}' + global-settings: '{odl-global-settings}' + + postbuilders: + - check-clm: + application-name: docs + + publishers: + - email-notification: + email-prefix: '[docs]' +