blob: 47651b2e9679fd20dd3d1a7061a6b20aea92e526 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
- project:
name: copper
jobs:
- 'copper-test'
# stream: branch with - in place of / (eg. stable-helium)
# branch: branch (eg. stable/helium)
stream:
- master:
branch: 'master'
project: 'copper'
somevar: 'foo'
- job-template:
name: copper-test
logrotate:
daysToKeep: 30
numToKeep: 10
artifactDaysToKeep: -1
artifactNumToKeep: -1
builders:
- shell: |
echo "Hello world from copper"
|