Fix Yamllint Violations for jjb/ovn4nfv
[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
14     jobs:
15       - 'ovn4nfv-build-{stream}'
16
17 - job-template:
18     name: 'ovn4nfv-build-{stream}'
19
20     concurrent: true
21
22     disabled: '{obj:disabled}'
23
24     properties:
25       - logrotate-default
26       - throttle:
27           enabled: true
28           max-total: 1
29           max-per-node: 1
30           option: 'project'
31
32     parametert:
33       - project-parameter:
34           project: '{project}'
35           branch: '{branch}'
36
37     scm:
38       - git-scm
39
40     triggers:
41       - timed: 'H 23 * * *'
42
43     builders:
44       - 'ovn4nfv-build-macro'
45
46 - builder:
47     name: 'ovn4nfv-build-macro'
48     builders:
49       - shell: |
50           #!/bin/bash
51
52           echo "hello world"