diff options
Diffstat (limited to 'jjb/opera/opera-project-jobs.yaml')
-rw-r--r-- | jjb/opera/opera-project-jobs.yaml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/jjb/opera/opera-project-jobs.yaml b/jjb/opera/opera-project-jobs.yaml new file mode 100644 index 000000000..f866342a4 --- /dev/null +++ b/jjb/opera/opera-project-jobs.yaml @@ -0,0 +1,56 @@ +--- +- project: + + name: opera-project + + project: 'opera' + + stream: + - master: + branch: '{stream}' + gs-pathname: '' + + jobs: + - 'opera-build-{stream}' + +######################## +# job templates +######################## +- job-template: + name: 'opera-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}' + - 'opnfv-build-ubuntu-defaults' + + scm: + - git-scm + + triggers: + - timed: 'H 23 * * *' + + builders: + - 'opera-build-macro' + +##################################### +# builder macros +##################################### +- builder: + name: 'opera-build-macro' + builders: + - shell: | + #!/bin/bash + + echo "Hello world!" |