Enable concurrency for infra-jjb-verify
[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     concurrent: true
24
25     parameters:
26       - infra-parameters
27       - project-parameters:
28           project: '{project}'
29           branch: '{branch}'
30       - nordix-gerrit-parameters
31
32     scm:
33       - git-scm-gerrit
34
35     builders:
36       - shell: |
37           #!/bin/bash
38
39           echo "Hello World!"