0f0c0f6c92d46724ced17af8e3bbb42f4a5e899a
[releng.git] / jjb / orchestra / orchestra-project-jobs.yml
1 - project:
2
3     name: orchestra-project
4
5     project: 'orchestra'
6
7     stream:
8         - master:
9             branch: '{stream}'
10             gs-pathname: ''
11
12     jobs:
13         - 'orchestra-build-{stream}'
14
15 - job-template:
16     name: 'orchestra-build-{stream}'
17
18     concurrent: true
19
20     properties:
21         - logrotate-default
22         - throttle:
23             enabled: true
24             max-total: 1
25             max-per-node: 1
26             option: 'project'
27
28     parameters:
29         - project-parameter:
30             project: '{project}'
31             branch: '{branch}'
32
33     scm:
34         - git-scm
35
36     triggers:
37         - timed: 'H 23 * * *'
38
39     builders:
40         - 'orchestra-build-macro'
41
42 - builder:
43     name: 'orchestra-build-macro'
44     builders:
45         - shell: |
46             #!/bin/bash
47
48             echo "Hello world!"
49
50