47651b2e9679fd20dd3d1a7061a6b20aea92e526
[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     logrotate:
19         daysToKeep: 30
20         numToKeep: 10
21         artifactDaysToKeep: -1
22         artifactNumToKeep: -1
23
24     builders:
25         - shell: |
26             echo "Hello world from copper"