4e84b35da6a915a89e42dbc371ff55158918ff0b
[infra/cicd.git] / jjb / infra / jjb-verify.yaml
1 ---
2 - project:
3
4     name: infra-jjb-verify
5
6     project: infra/cicd
7
8     stream:
9       - master:
10           branch: '{stream}'
11
12     jobs:
13       - infra-jjb-verify-{stream}
14
15
16 - job-template:
17     name: infra-jjb-verify-{stream}
18
19     node: ubuntu1804
20
21     disabled: false
22
23     parameters:
24       - infra-parameters
25       - project-parameters:
26           project: '{project}'
27           branch: '{branch}'
28       - nordix-gerrit-parameters
29
30     scm:
31       - git-scm-gerrit
32
33     builders:
34       - shell: |
35           #!/bin/bash
36
37           echo "Hello World!"