robert.tomczyk | 6881a59 | 2020-10-08 13:50:22 +0100 | [diff] [blame] | 1 | - job-template: |
| 2 | name: 'fdio-{project-name}-push-upstream' |
robert.tomczyk | aaa0d45 | 2022-01-21 15:10:34 +0000 | [diff] [blame] | 3 | node: infra-ubuntu2004 |
robert.tomczyk | 6881a59 | 2020-10-08 13:50:22 +0100 | [diff] [blame] | 4 | disabled: false |
| 5 | concurrent: false |
| 6 | |
| 7 | properties: |
| 8 | - logrotate |
| 9 | |
| 10 | parameters: |
| 11 | - string: |
| 12 | name: PROJECT |
| 13 | default: 'fdio/{project}' |
| 14 | description: JJB configured PROJECT parameter to identify a Nordix Gerrit fast data project |
| 15 | - nordix-gerrit-parameters |
| 16 | |
| 17 | scm: |
| 18 | - git-scm-gerrit: |
| 19 | ssh-credentials-id: nordixinfra-nordix-gerrit-ssh |
| 20 | branch: $GERRIT_BRANCH |
| 21 | refspec: $GERRIT_REFSPEC |
| 22 | wipe_workspace: true |
| 23 | clean_before: false |
| 24 | |
| 25 | triggers: |
| 26 | - nordix-gerrit-push-upstream: |
| 27 | project: 'fdio/{project}' |
| 28 | branch: '**' |
| 29 | files: '**' |
| 30 | |
| 31 | wrappers: |
| 32 | - build-timeout: |
| 33 | timeout: 10 |
| 34 | - ssh-agent-credentials: |
| 35 | users: |
| 36 | - 'infra-upstream-gerrit-ssh-passphrase' |
robert.tomczyk | aaa0d45 | 2022-01-21 15:10:34 +0000 | [diff] [blame] | 37 | - 'nordixinfra-nordix-gerrit-ssh' |
robert.tomczyk | 6881a59 | 2020-10-08 13:50:22 +0100 | [diff] [blame] | 38 | |
| 39 | builders: |
| 40 | - shell: |
| 41 | !include-raw-escape: ./push-upstream-jobs.sh |