Fatih Degirmenci | a2beeb2 | 2018-12-10 10:57:50 -0800 | [diff] [blame] | 1 | - job-template: |
| 2 | name: '{project-name}-{stream}-rebase' |
| 3 | |
Fatih Degirmenci | 6634be5 | 2018-12-11 11:30:08 -0800 | [diff] [blame] | 4 | node: infra-build01-ubuntu1804 |
Fatih Degirmenci | a2beeb2 | 2018-12-10 10:57:50 -0800 | [diff] [blame] | 5 | |
| 6 | disabled: false |
| 7 | |
| 8 | concurrent: false |
| 9 | |
Fatih Degirmenci | fbd236f | 2019-02-07 10:08:35 +0100 | [diff] [blame] | 10 | properties: |
| 11 | - logrotate |
| 12 | |
Fatih Degirmenci | a2beeb2 | 2018-12-10 10:57:50 -0800 | [diff] [blame] | 13 | parameters: |
| 14 | - project-parameters: |
| 15 | project: '{project}' |
| 16 | branch: '{branch}' |
| 17 | - onap-gerrit-parameters |
| 18 | - string: |
| 19 | name: NORDIX_REMOTE |
| 20 | default: 'ssh://infra@gerrit.nordix.org:29418/{project}.git' |
| 21 | description: The remote to add for Nordix. |
Fatih Degirmenci | a2beeb2 | 2018-12-10 10:57:50 -0800 | [diff] [blame] | 22 | |
| 23 | scm: |
| 24 | - git-scm: |
| 25 | ssh-credentials-id: nordixinfra-lfn-gerrit-ssh |
Fatih Degirmenci | 6634be5 | 2018-12-11 11:30:08 -0800 | [diff] [blame] | 26 | branch: '{branch}' |
Fatih Degirmenci | a2beeb2 | 2018-12-10 10:57:50 -0800 | [diff] [blame] | 27 | refspec: '' |
| 28 | |
| 29 | triggers: |
| 30 | - onap-gerrit-trigger-change-merged: |
| 31 | project: '{project}' |
Fatih Degirmenci | 6634be5 | 2018-12-11 11:30:08 -0800 | [diff] [blame] | 32 | branch: '{branch}' |
Fatih Degirmenci | a2beeb2 | 2018-12-10 10:57:50 -0800 | [diff] [blame] | 33 | files: '**' |
Fatih Degirmenci | a2beeb2 | 2018-12-10 10:57:50 -0800 | [diff] [blame] | 34 | |
Fatih Degirmenci | 891d409 | 2019-01-29 10:36:33 +0100 | [diff] [blame] | 35 | wrappers: |
| 36 | - build-timeout: |
| 37 | timeout: 10 |
| 38 | |
Fatih Degirmenci | a2beeb2 | 2018-12-10 10:57:50 -0800 | [diff] [blame] | 39 | builders: |
| 40 | - shell: |
| 41 | !include-raw-escape: ./rebase-jobs.sh |
Fatih Degirmenci | 7f40f74 | 2019-01-31 18:49:17 +0100 | [diff] [blame] | 42 | |
| 43 | publishers: |
| 44 | - notify-slack: |
| 45 | slack-channel: '#infra' |