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 | |
Fatih Degirmenci | fbd236f | 2019-02-07 10:08:35 +0100 | [diff] [blame] | 10 | properties: |
| 11 | - logrotate |
| 12 | |
Conor Ward | d48d835 | 2019-01-02 15:54:28 +0000 | [diff] [blame] | 13 | parameters: |
| 14 | - project-parameters: |
| 15 | project: '{project}' |
| 16 | branch: '{branch}' |
| 17 | - nordix-gerrit-parameters |
| 18 | |
| 19 | scm: |
| 20 | - git-scm-gerrit: |
| 21 | ssh-credentials-id: nordixinfra-nordix-gerrit-ssh |
| 22 | branch: '{branch}' |
| 23 | refspec: $GERRIT_REFSPEC |
| 24 | |
| 25 | triggers: |
| 26 | - nordix-gerrit-push-upstream: |
| 27 | project: '{project}' |
| 28 | branch: '{branch}' |
| 29 | files: '**' |
| 30 | |
Fatih Degirmenci | e2e3ff7 | 2019-01-29 10:37:39 +0100 | [diff] [blame] | 31 | wrappers: |
| 32 | - build-timeout: |
| 33 | timeout: 10 |
| 34 | |
Conor Ward | d48d835 | 2019-01-02 15:54:28 +0000 | [diff] [blame] | 35 | builders: |
| 36 | - shell: |
| 37 | !include-raw-escape: ./push-upstream-jobs.sh |
Fatih Degirmenci | 7f40f74 | 2019-01-31 18:49:17 +0100 | [diff] [blame] | 38 | |
| 39 | publishers: |
| 40 | - notify-slack: |
| 41 | slack-channel: '#infra' |