Merge "Update controller image label to new format"
[releng/builder.git] / jjb-templates / project.yaml
index ebb7d9d0ac0f3deb8f9509fd18a2e80310f487c8..a77fd1e5d214ac610c5341fb832bfdc29351b210 100644 (file)
@@ -1,20 +1,24 @@
-# REMOVE THIS LINE IF YOU WANT TO CUSTOMIZE ANYTHING BELOW
-# Otherwise this file will be automatically overwritten by the template
-# autobuilder.
-
 # ODL Releng build templates
 - project:
     name: PROJECT_SHORTNAME
     jobs:
-JOB_TEMPLATES
+        - '{name}-clm-{stream}'
+        - '{name}-distribution-{stream}'
+        - '{name}-distribution-check-{stream}'
+        - '{name}-integration-{stream}'
+        - '{name}-merge-{stream}'
+        - '{name}-periodic-{stream}'
+        - '{name}-sonar'
+        - '{name}-validate-autorelease-{stream}'
+        - '{name}-verify-{stream}'
 
     # stream:    release stream (eg. stable-lithium or beryllium)
     # branch:    git branch (eg. stable/lithium or master)
     STREAMS
     project: 'PROJECT_PATH'
-
-# For the Job templates below replace instances of:
-# PROJECT_SHORTNAME with your project name (eg. circuitsw)
-# PROJECT_PATH with your project name (eg. ofextensions/circuitsw)
-# MAVEN_GOALS with your maven goals to build
-# MAVEN_OPTS with your maven options to build
+    mvn-settings: 'JENKINS_SETTINGS'
+    mvn-goals: 'MAVEN_GOALS'
+    mvn-opts: 'MAVEN_OPTS'
+    dependencies: 'DEPENDENCIES'
+    email-upstream: 'EMAIL_PREFIX'
+    archive-artifacts: 'ARCHIVE_ARTIFACTS'