summaryrefslogtreecommitdiffstats
path: root/jjb/copper/copper.yml
blob: 637e359811f7fbafac692ae23d76afed6e65ae26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- 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

    builders:
        - shell: |
            echo "Hello world from copper"