X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb-templates%2Fproject.yaml;h=ebb7d9d0ac0f3deb8f9509fd18a2e80310f487c8;hb=90621e6b3a8ef8334d6891a51a9599fdd9f10024;hp=1f07f73a89d870ecd703f54ced33bc7aaeb93d46;hpb=59df98b79d9d2787df0c083467c04f21a4eb0c48;p=releng%2Fbuilder.git diff --git a/jjb-templates/project.yaml b/jjb-templates/project.yaml index 1f07f73a8..ebb7d9d0a 100644 --- a/jjb-templates/project.yaml +++ b/jjb-templates/project.yaml @@ -4,17 +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' - jdk: 'openjdk7' + 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