X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fproject.yaml;h=ebb7d9d0ac0f3deb8f9509fd18a2e80310f487c8;hb=20c7e97648a4c4df62b34f46b74e107d38700f8d;hp=cb621af2989e34b946f9b5698242135dadf4bd3f;hpb=c384df13b66a9446af523ed062f6879487f0d8f9;p=releng%2Fbuilder.git diff --git a/jjb-templates/project.yaml b/jjb-templates/project.yaml index cb621af29..ebb7d9d0a 100644 --- a/jjb-templates/project.yaml +++ b/jjb-templates/project.yaml @@ -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