summaryrefslogtreecommitdiffstats
path: root/jjb/orchestra/orchestra-project-jobs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/orchestra/orchestra-project-jobs.yaml')
-rw-r--r--jjb/orchestra/orchestra-project-jobs.yaml49
1 files changed, 49 insertions, 0 deletions
diff --git a/jjb/orchestra/orchestra-project-jobs.yaml b/jjb/orchestra/orchestra-project-jobs.yaml
new file mode 100644
index 000000000..60732ce03
--- /dev/null
+++ b/jjb/orchestra/orchestra-project-jobs.yaml
@@ -0,0 +1,49 @@
+---
+- 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!"