blob: 06528c8731e69e11e95b665e4fd08ed5930afe75 [file] [log] [blame]
Conor Wardd48d8352019-01-02 15:54:28 +00001- job-template:
2 name: '{project-name}-push-upstream'
3
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