Add jjb credentials to 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     triggers:
36       - nordix-gerrit-trigger-patchset-created:
37           project: '{project}'
38           branch: '{branch}'
39           files: 'jjb/**'
40
41     wrappers:
42       - nordixinfra-jjb-creds-wrapper
43
44     builders:
45       - shell:
46           !include-raw-escape: ./jjb-verify.sh