X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fglobal%2Fglobal-templates-push-upstream.yaml;h=b3c0b483ac3da72fba505c54dbf601f8380bc265;hb=b113852c4b3d4f1bd9616ad904e767c608a6012d;hp=06528c8731e69e11e95b665e4fd08ed5930afe75;hpb=d48d83540ec582301ada22bda0249098d4695181;p=infra%2Fcicd.git diff --git a/jjb/global/global-templates-push-upstream.yaml b/jjb/global/global-templates-push-upstream.yaml index 06528c87..b3c0b483 100644 --- a/jjb/global/global-templates-push-upstream.yaml +++ b/jjb/global/global-templates-push-upstream.yaml @@ -1,5 +1,5 @@ - job-template: - name: '{project-name}-push-upstream' + name: '{project-name}-{stream}-push-upstream' node: onap-ubuntu1604 @@ -7,6 +7,9 @@ concurrent: true + properties: + - logrotate + parameters: - project-parameters: project: '{project}' @@ -18,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: @@ -25,6 +30,14 @@ branch: '{branch}' files: '**' + wrappers: + - build-timeout: + timeout: 10 + builders: - shell: !include-raw-escape: ./push-upstream-jobs.sh + + publishers: + - notify-slack: + slack-channel: '#infra'