X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fdistribution.yaml;h=57c2b224e58e7f5816387361b249dca4752f799a;hb=592cd4ba43e75c0a40e911e8342e0bbf77782d2c;hp=0ee102c71bbf6ec642ca143222fdbf945dda1432;hpb=58384a7ab9ed7c2c19ccf29f97e64e6ebb129485;p=releng%2Fbuilder.git diff --git a/jjb-templates/distribution.yaml b/jjb-templates/distribution.yaml index 0ee102c71..57c2b224e 100644 --- a/jjb-templates/distribution.yaml +++ b/jjb-templates/distribution.yaml @@ -17,7 +17,7 @@ parameters: - project-parameter: - project: 'integration' + project: 'integration/distribution' scm: - git-scm: @@ -40,12 +40,12 @@ - wipe-org-opendaylight-repo - provide-maven-settings: global-settings-file: '{odl-global-settings}' - settings-file: '{yangtools-settings}' + settings-file: '{JENKINS_SETTINGS}' maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - goals: '-Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean install' + goals: 'clean install -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}'