- job-template: | |
name: '{project-name}-{stream}-push-upstream' | |
node: onap-ubuntu2004 | |
disabled: false | |
concurrent: false | |
properties: | |
- logrotate | |
parameters: | |
- project-parameters: | |
project: '{project}' | |
branch: '{branch}' | |
- nordix-gerrit-parameters | |
scm: | |
- git-scm-gerrit: | |
ssh-credentials-id: nordixinfra-nordix-gerrit-ssh | |
branch: '{branch}' | |
refspec: $GERRIT_REFSPEC | |
wipe_workspace: true | |
clean_before: false | |
triggers: | |
- nordix-gerrit-push-upstream: | |
project: '{project}' | |
branch: '{branch}' | |
files: '**' | |
wrappers: | |
- build-timeout: | |
timeout: 10 | |
- ssh-agent-credentials: | |
users: | |
- 'infra-upstream-gerrit-ssh-passphrase' | |
- 'nordixinfra-nordix-gerrit-ssh' | |
builders: | |
- shell: | |
!include-raw-escape: ./push-upstream-jobs.sh |