X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fiotdm%2Fiotdm.yaml;h=375e2cbe28fd61db77e0f0a1d0e1d3129822d53f;hb=77352716c491eb8e89d169c74ad8c4dec62ce895;hp=f5679f19c1d7893c9438332e524e682e0473db2b;hpb=44c4557ece309226d8b356e1cc3503eaf2617ac0;p=releng%2Fbuilder.git diff --git a/jjb/iotdm/iotdm.yaml b/jjb/iotdm/iotdm.yaml index f5679f19c..375e2cbe2 100644 --- a/jjb/iotdm/iotdm.yaml +++ b/jjb/iotdm/iotdm.yaml @@ -9,6 +9,7 @@ - 'iotdm-verify-{stream}' - 'iotdm-merge-{stream}' - 'iotdm-daily-{stream}' + - 'iotdm-distribution-{stream}' - 'iotdm-integration-{stream}' - 'iotdm-sonar' - 'iotdm-clm' @@ -158,7 +159,7 @@ maven: maven-name: '{mvn32}' root-pom: 'pom.xml' - goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r source:jar javadoc:jar' + goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r source:jar javadoc:jar -Dmerge' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' settings: '{iotdm-settings}' global-settings: '{odl-global-settings}' @@ -170,7 +171,6 @@ - findbugs publishers: - - email-notification: email-prefix: '[iotdm]' - maven-deploy: @@ -242,6 +242,59 @@ email-prefix: '[iotdm]' - jacoco-report +- job-template: + name: 'iotdm-distribution-{stream}' + + project-type: maven + node: dynamic_merge + 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: 'integration' + + scm: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: '{branch}' + + wrappers: + - build-timeout + - ssh-agent-credentials: + users: + - '{ssh-credentials}' + + triggers: + - reverse: + jobs: '{project}-merge-{stream}' + result: 'success' + + prebuilders: + - wipe-org-opendaylight-repo + + maven: + maven-name: '{mvn32}' + root-pom: 'pom.xml' + goals: '-Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean install source:jar javadoc:jar' + maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + settings: '{integration-settings}' + global-settings: '{odl-global-settings}' + + publishers: + - email-notification: + email-prefix: '[{project}]' + - maven-deploy: + id: '' + unique-version: true + deploy-unstable: false + - job-template: name: 'iotdm-integration-{stream}' disabled: false