summaryrefslogtreecommitdiffstats
path: root/jjb/orchestra/orchestra-project-jobs.yml
blob: 0f0c0f6c92d46724ced17af8e3bbb42f4a5e899a (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
- project:

    name: orchestra-project

    project: 'orchestra'

    stream:
        - master:
            branch: '{stream}'
            gs-pathname: ''

    jobs:
        - 'orchestra-build-{stream}'

- job-template:
    name: 'orchestra-build-{stream}'

    concurrent: true

    properties:
        - logrotate-default
        - throttle:
            enabled: true
            max-total: 1
            max-per-node: 1
            option: 'project'

    parameters:
        - project-parameter:
            project: '{project}'
            branch: '{branch}'

    scm:
        - git-scm

    triggers:
        - timed: 'H 23 * * *'

    builders:
        - 'orchestra-build-macro'

- builder:
    name: 'orchestra-build-macro'
    builders:
        - shell: |
            #!/bin/bash

            echo "Hello world!"