637e359811f7fbafac692ae23d76afed6e65ae26
[releng.git] / jjb / copper / copper.yml
1 - project:
2     name: copper
3     jobs:
4         - 'copper-test'
5
6     # stream:    branch with - in place of / (eg. stable-helium)
7     # branch:    branch (eg. stable/helium)
8     stream:
9         - master:
10             branch: 'master'
11
12     project: 'copper'
13     somevar: 'foo'
14
15 - job-template:
16     name: copper-test
17
18     builders:
19         - shell: |
20             echo "Hello world from copper"