X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fclm.yaml;h=9d5e433f6636396944dab6b46925514254a6175e;hb=33f69c768bd8b89cd8047bd04d685a7b15129926;hp=6ad3da0c7acdb18daaa84906caadc4d0647b2fad;hpb=78ef38d674e14f387776728c5688fbee687c0f46;p=releng%2Fbuilder.git diff --git a/jjb-templates/clm.yaml b/jjb-templates/clm.yaml index 6ad3da0c7..9d5e433f6 100644 --- a/jjb-templates/clm.yaml +++ b/jjb-templates/clm.yaml @@ -34,12 +34,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: 'com.sonatype.clm:clm-maven-plugin:index -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' + goals: 'clean install com.sonatype.clm:clm-maven-plugin:index -DskipTests=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' maven-opts: '-Xmx4096m -XX:MaxPermSize=512m' settings: '{JENKINS_SETTINGS}' global-settings: '{odl-global-settings}'