Conor Ward | d48d835 | 2019-01-02 15:54:28 +0000 | [diff] [blame] | 1 | - job-template: |
econwar | a522790 | 2019-01-17 17:00:19 +0000 | [diff] [blame^] | 2 | name: '{project-name}-{stream}-push-upstream' |
Conor Ward | d48d835 | 2019-01-02 15:54:28 +0000 | [diff] [blame] | 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 |