- job-template: | |
name: '{project-name}-{stream}-rebase' | |
node: infra-build01-ubuntu1804 | |
disabled: false | |
concurrent: false | |
parameters: | |
- project-parameters: | |
project: '{project}' | |
branch: '{branch}' | |
- onap-gerrit-parameters | |
- string: | |
name: NORDIX_REMOTE | |
default: 'ssh://infra@gerrit.nordix.org:29418/{project}.git' | |
description: The remote to add for Nordix. | |
scm: | |
- git-scm: | |
ssh-credentials-id: nordixinfra-lfn-gerrit-ssh | |
branch: '{branch}' | |
refspec: '' | |
triggers: | |
- onap-gerrit-trigger-change-merged: | |
project: '{project}' | |
branch: '{branch}' | |
files: '**' | |
builders: | |
- shell: | |
!include-raw-escape: ./rebase-jobs.sh |