X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fopendev%2Fglobal-templates-opendev-push-upstream.yaml;h=af374e4d9cbb13e889cf5d47cbebe4d777f9b14a;hb=5433dc4478afcbc238eb7b4044ef239321e3fc59;hp=07200020448fbc6dca0785b93907c4c72bdd8442;hpb=7e507875f63896df2bfd2e3efe33da2a9521f6ad;p=infra%2Fcicd.git diff --git a/jjb/opendev/global-templates-opendev-push-upstream.yaml b/jjb/opendev/global-templates-opendev-push-upstream.yaml index 07200020..af374e4d 100644 --- a/jjb/opendev/global-templates-opendev-push-upstream.yaml +++ b/jjb/opendev/global-templates-opendev-push-upstream.yaml @@ -1,25 +1,26 @@ - job-template: - name: 'opendev-{project-name}-{stream}-push-upstream' + name: 'opendev-{project-name}-push-upstream' - node: infra-build01-ubuntu1804 + node: infra-ubuntu1804 disabled: false - concurrent: true + concurrent: false properties: - logrotate parameters: - - project-parameters: - project: 'opendev/{project}' - branch: '{branch}' + - string: + name: PROJECT + default: 'opendev/{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: '{branch}' + branch: $GERRIT_BRANCH refspec: $GERRIT_REFSPEC wipe_workspace: true clean_before: false @@ -27,7 +28,7 @@ triggers: - nordix-gerrit-patchset-created-or-push-upstream: project: 'opendev/{project}' - branch: '{branch}' + branch: '**' files: '**' wrappers: @@ -37,7 +38,3 @@ builders: - shell: !include-raw-escape: ./push-upstream-jobs.sh - - publishers: - - notify-slack: - slack-channel: '#infra'