blob: 04d9074f520886a9937729163a2c8e5eb3c798b9 (
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
27
28
|
- 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
project-type: freestyle
logrotate:
daysToKeep: 30
numToKeep: 10
artifactDaysToKeep: -1
artifactNumToKeep: -1
builders:
- shell: |
echo "Hello world from copper"
|