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