Convert validate-autorelease to be regular jjb template
[releng/builder.git] / jjb-templates / project.yaml
1 # REMOVE THIS LINE IF YOU WANT TO CUSTOMIZE ANYTHING BELOW
2 # Otherwise this file will be automatically overwritten by the template
3 # autobuilder.
4
5 # ODL Releng build templates
6 - project:
7     name: PROJECT_SHORTNAME
8     jobs:
9         - '{name}-clm-{stream}'
10         - '{name}-distribution-{stream}'
11         - '{name}-distribution-check-{stream}'
12         - '{name}-validate-autorelease-{stream}'
13 JOB_TEMPLATES
14
15     # stream:    release stream (eg. stable-lithium or beryllium)
16     # branch:    git branch (eg. stable/lithium or master)
17     STREAMS
18     project: 'PROJECT_PATH'
19     mvn-settings: 'JENKINS_SETTINGS'
20
21 # For the Job templates below replace instances of:
22 # PROJECT_SHORTNAME with your project name (eg. circuitsw)
23 # PROJECT_PATH with your project name (eg. ofextensions/circuitsw)
24 # MAVEN_GOALS with your maven goals to build
25 # MAVEN_OPTS with your maven options to build