- job-template: | |
name: 'onap-{project-name}-push-upstream' | |
node: infra-ubuntu2004 | |
disabled: false | |
concurrent: false | |
properties: | |
- logrotate | |
parameters: | |
- string: | |
name: PROJECT | |
default: 'onap/{project}' | |
description: JJB configured PROJECT parameter to identify a Nordix Gerrit project | |
- nordix-gerrit-parameters | |
scm: | |
- git-scm-gerrit: | |
ssh-credentials-id: nordixinfra-nordix-gerrit-ssh | |
branch: $GERRIT_BRANCH | |
refspec: $GERRIT_REFSPEC | |
wipe_workspace: true | |
clean_before: false | |
triggers: | |
- nordix-gerrit-push-upstream: | |
project: 'onap/{project}' | |
branch: '**' | |
files: '**' | |
wrappers: | |
- build-timeout: | |
timeout: 10 | |
- ssh-agent-credentials: | |
users: | |
- 'infra-upstream-gerrit-ssh-passphrase' | |
- 'nordixinfra-nordix-gerrit-ssh' | |
- nordix-gerrit-http-api-token | |
builders: | |
- shell: | |
!include-raw-escape: ./push-upstream-jobs.sh |