04d9074f520886a9937729163a2c8e5eb3c798b9
[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     project-type: freestyle
19
20     logrotate:
21         daysToKeep: 30
22         numToKeep: 10
23         artifactDaysToKeep: -1
24         artifactNumToKeep: -1
25
26     builders:
27         - shell: |
28             echo "Hello world from copper"