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