Merge "Move from .md to .markdown for JJB docs"
[releng/builder.git] / jjb / odlparent / odlparent.yaml
index e7e8d44d8214a2964ad8ed35713ade69a5821fce..d8dcf029e9b94b011729ed5c1401aeadca0eba24 100644 (file)
@@ -23,6 +23,7 @@
             jdk: openjdk7
             jdks:
                 - openjdk7
+                - openjdk8
         - stable-lithium:
             branch: 'stable/lithium'
             jdk: openjdk7
 
     parameters:
         - project-parameter:
-            project: 'integration'
+            project: 'integration/distribution'
 
     scm:
         - git-scm:
 
     triggers:
         - reverse:
-            jobs: 'odlparent-merge-{stream}'
+            jobs: ''
             result: 'success'
 
     prebuilders:
 
     publishers:
         - email-notification:
-            email-prefix: '[odlparent] [odlparent]'
+            email-prefix: '[odlparent]'
         - jacoco-report
 
 - job-template:
     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 -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
         maven-opts: '-Xmx4096m -XX:MaxPermSize=512m'
         settings: '{odlparent-settings}'
         global-settings: '{odl-global-settings}'