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