X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fglobal%2Fglobal-templates-push-upstream.yaml;h=24dd1d9c98d5a18f7b361dec6fc5ca192ed053fb;hb=44de6252361c86211e6d22c148ef8740715b1404;hp=032a71748a391f08b2b328dd270c6e15a6caa93f;hpb=fbd236fbccb10455690fb671c24fb537493d9b1f;p=infra%2Fcicd.git diff --git a/jjb/global/global-templates-push-upstream.yaml b/jjb/global/global-templates-push-upstream.yaml index 032a7174..24dd1d9c 100644 --- a/jjb/global/global-templates-push-upstream.yaml +++ b/jjb/global/global-templates-push-upstream.yaml @@ -1,11 +1,11 @@ - job-template: name: '{project-name}-{stream}-push-upstream' - node: onap-ubuntu1604 + node: onap-ubuntu2004 disabled: false - concurrent: true + concurrent: false properties: - logrotate @@ -21,6 +21,8 @@ ssh-credentials-id: nordixinfra-nordix-gerrit-ssh branch: '{branch}' refspec: $GERRIT_REFSPEC + wipe_workspace: true + clean_before: false triggers: - nordix-gerrit-push-upstream: @@ -31,11 +33,11 @@ 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 - - publishers: - - notify-slack: - slack-channel: '#infra'