X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fdistribution.yaml;h=04e9854f6778d9614aba4e8b2d0b58cdcdd874c5;hb=refs%2Fchanges%2F12%2F41412%2F1;hp=57c2b224e58e7f5816387361b249dca4752f799a;hpb=0d741f999a2b25d833e65caff21d7f88c6b0ada7;p=releng%2Fbuilder.git diff --git a/jjb-templates/distribution.yaml b/jjb-templates/distribution.yaml index 57c2b224e..04e9854f6 100644 --- a/jjb-templates/distribution.yaml +++ b/jjb-templates/distribution.yaml @@ -30,6 +30,8 @@ - ssh-agent-credentials: users: - '{ssh-credentials}' + - openstack: + single-use: true triggers: - reverse: @@ -37,18 +39,19 @@ result: 'success' prebuilders: - - wipe-org-opendaylight-repo - provide-maven-settings: - global-settings-file: '{odl-global-settings}' - settings-file: '{JENKINS_SETTINGS}' + global-settings-file: 'odl-global-settings' + settings-file: 'JENKINS_SETTINGS' maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - goals: 'clean install -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' + goals: 'clean install -V -B -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' - settings: '{integration-settings}' - global-settings: '{odl-global-settings}' + settings: 'integration-distribution-settings' + settings-type: cfp + global-settings: 'odl-global-settings' + global-settings-type: cfp publishers: - email-notification: @@ -57,3 +60,5 @@ id: '' unique-version: true deploy-unstable: false + - archive-build: + maven-version: '{mvn33}'