blob: cde2a836058691698d2132fd02e4df71c999b1f1 [file] [log] [blame]
Conor Wardd48d8352019-01-02 15:54:28 +00001- job-template:
econwara5227902019-01-17 17:00:19 +00002 name: '{project-name}-{stream}-push-upstream'
Conor Wardd48d8352019-01-02 15:54:28 +00003
4 node: onap-ubuntu1604
5
6 disabled: false
7
8 concurrent: true
9
10 parameters:
11 - project-parameters:
12 project: '{project}'
13 branch: '{branch}'
14 - nordix-gerrit-parameters
15
16 scm:
17 - git-scm-gerrit:
18 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
19 branch: '{branch}'
20 refspec: $GERRIT_REFSPEC
21
22 triggers:
23 - nordix-gerrit-push-upstream:
24 project: '{project}'
25 branch: '{branch}'
26 files: '**'
27
28 builders:
29 - shell:
30 !include-raw-escape: ./push-upstream-jobs.sh