blob: 24dd1d9c98d5a18f7b361dec6fc5ca192ed053fb [file] [log] [blame]
Conor Wardd48d8352019-01-02 15:54:28 +00001- job-template:
econwara5227902019-01-17 17:00:19 +00002 name: '{project-name}-{stream}-push-upstream'
Conor Wardd48d8352019-01-02 15:54:28 +00003
robert.tomczykaaa0d452022-01-21 15:10:34 +00004 node: onap-ubuntu2004
Conor Wardd48d8352019-01-02 15:54:28 +00005
6 disabled: false
7
robert.tomczyk28e10412019-06-26 11:10:59 +01008 concurrent: false
Conor Wardd48d8352019-01-02 15:54:28 +00009
Fatih Degirmencifbd236f2019-02-07 10:08:35 +010010 properties:
11 - logrotate
12
Conor Wardd48d8352019-01-02 15:54:28 +000013 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
robert.tomczyk7e507872019-06-18 17:20:26 +010024 wipe_workspace: true
25 clean_before: false
Conor Wardd48d8352019-01-02 15:54:28 +000026
27 triggers:
28 - nordix-gerrit-push-upstream:
29 project: '{project}'
30 branch: '{branch}'
31 files: '**'
32
Fatih Degirmencie2e3ff72019-01-29 10:37:39 +010033 wrappers:
34 - build-timeout:
35 timeout: 10
robert.tomczyk8721bec2019-10-11 13:48:12 +010036 - ssh-agent-credentials:
37 users:
38 - 'infra-upstream-gerrit-ssh-passphrase'
robert.tomczykaaa0d452022-01-21 15:10:34 +000039 - 'nordixinfra-nordix-gerrit-ssh'
Fatih Degirmencie2e3ff72019-01-29 10:37:39 +010040
Conor Wardd48d8352019-01-02 15:54:28 +000041 builders:
42 - shell:
43 !include-raw-escape: ./push-upstream-jobs.sh