Merge "Add sdninterfaceapp to JJB"
[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
8     jobs:
9 JOB_TEMPLATES
10
11     # stream:    branch with - in place of / (eg. stable-helium)
12     # branch:    branch (eg. stable/helium)
13     STREAMS
14     project: 'PROJECT'
15     jdk: 'openjdk7'
16
17 # For the Job templates below replace instances of:
18 # PROJECT with your project name (eg. controller)
19 # MAVEN_GOALS with your maven goals to build
20 # MAVEN_OPTS with your maven options to build