Convert integration to be regular jjb template
[releng/builder.git] / jjb-templates / project.yaml
index b900890bcc423a77b7710bc8c0cd1b0e470700be..011542c00ab886a15fbf2bd2d1589b013d4bdd84 100644 (file)
@@ -7,7 +7,10 @@
     name: PROJECT_SHORTNAME
     jobs:
         - '{name}-clm-{stream}'
+        - '{name}-distribution-{stream}'
         - '{name}-distribution-check-{stream}'
+        - '{name}-integration-{stream}'
+        - '{name}-validate-autorelease-{stream}'
 JOB_TEMPLATES
 
     # stream:    release stream (eg. stable-lithium or beryllium)
@@ -15,6 +18,10 @@ JOB_TEMPLATES
     STREAMS
     project: 'PROJECT_PATH'
     mvn-settings: 'JENKINS_SETTINGS'
+    mvn-goals: 'MAVEN_GOALS'
+    mvn-opts: 'MAVEN_OPTS'
+    dependencies: 'DEPENDENCIES'
+    email-upstream: 'EMAIL_PREFIX'
 
 # For the Job templates below replace instances of:
 # PROJECT_SHORTNAME with your project name (eg. circuitsw)