Add skeleton for infra-jjb-verify job
[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       - project-parameter:
25           project: '{project}'
26           branch: '{branch}'
27
28     builders:
29       - shell: |
30           #!/bin/bash
31
32           echo "Hello World!"