Merge "Adding packetcable csit jobs to distribution tests"
[releng/builder.git] / jjb-templates / project.yaml
index cb621af2989e34b946f9b5698242135dadf4bd3f..ebb7d9d0ac0f3deb8f9509fd18a2e80310f487c8 100644 (file)
@@ -4,16 +4,17 @@
 
 # ODL Releng build templates
 - project:
-    name: PROJECT
+    name: PROJECT_SHORTNAME
     jobs:
 JOB_TEMPLATES
 
-    # stream:    branch with - in place of / (eg. stable-helium)
-    # branch:    branch (eg. stable/helium)
+    # stream:    release stream (eg. stable-lithium or beryllium)
+    # branch:    git branch (eg. stable/lithium or master)
     STREAMS
-    project: 'PROJECT'
+    project: 'PROJECT_PATH'
 
 # For the Job templates below replace instances of:
-# PROJECT with your project name (eg. controller)
+# 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