Merge "Ovsdb clustering csit job feature update."
[releng/builder.git] / jjb / openflowplugin / openflowplugin.yaml
index d26337b690e9d04715bd0490480986a8ddbcee32..d2a2fdb0cf18a9bd80c3a05e4f4f52aedacf38b0 100644 (file)
 
     publishers:
         - archive-artifacts:
-            artifacts: 'model/*/target/site/**'
+            artifacts: '**/target/surefire-reports/*-output.txt, model/*/target/site/**'
         - email-notification:
             email-prefix: '[openflowplugin]'
         - maven-deploy:
     maven:
         maven-name: '{mvn33}'
         root-pom: 'pom.xml'
-        goals: 'clean install -Djenkins -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: '{openflowplugin-settings}'
         global-settings: '{odl-global-settings}'