X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fclm.yaml;h=1a0b5a77402318849b4cc8eed5347be52a68f591;hb=2cf0e9afe68745d598311c7f75a7f78c24def6c9;hp=9d5e433f6636396944dab6b46925514254a6175e;hpb=be390743de44ee2f75f9aecd4339f89def565fa7;p=releng%2Fbuilder.git diff --git a/jjb-templates/clm.yaml b/jjb-templates/clm.yaml index 9d5e433f6..1a0b5a774 100644 --- a/jjb-templates/clm.yaml +++ b/jjb-templates/clm.yaml @@ -1,5 +1,6 @@ - job-template: name: 'PROJECT_SHORTNAME-clm-{stream}' + disabled: false project-type: maven node: dynamic_verify @@ -39,12 +40,13 @@ maven: maven-name: '{mvn33}' root-pom: 'pom.xml' - 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' + goals: 'clean install com.sonatype.clm:clm-maven-plugin:index -Djenkins -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}' postbuilders: + - shell: 'find . -regex ".*karaf/target" | xargs rm -rf' - check-clm: application-name: PROJECT_SHORTNAME