Merge "Migrate docs-rtd to archive-builds macro"
[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}-integration-{stream}'
13         - '{name}-periodic-{stream}'
14         - '{name}-validate-autorelease-{stream}'
15 JOB_TEMPLATES
16
17     # stream:    release stream (eg. stable-lithium or beryllium)
18     # branch:    git branch (eg. stable/lithium or master)
19     STREAMS
20     project: 'PROJECT_PATH'
21     mvn-settings: 'JENKINS_SETTINGS'
22     mvn-goals: 'MAVEN_GOALS'
23     mvn-opts: 'MAVEN_OPTS'
24     dependencies: 'DEPENDENCIES'
25     email-upstream: 'EMAIL_PREFIX'
26
27 # For the Job templates below replace instances of:
28 # PROJECT_SHORTNAME with your project name (eg. circuitsw)
29 # PROJECT_PATH with your project name (eg. ofextensions/circuitsw)
30 # MAVEN_GOALS with your maven goals to build
31 # MAVEN_OPTS with your maven options to build