Merge "Make slack less chatty"
[infra/cicd.git] / jjb / global / global-templates-push-upstream.yaml
index 06528c8731e69e11e95b665e4fd08ed5930afe75..032a71748a391f08b2b328dd270c6e15a6caa93f 100644 (file)
@@ -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}'
           branch: '{branch}'
           files: '**'
 
+    wrappers:
+      - build-timeout:
+          timeout: 10
+
     builders:
       - shell:
           !include-raw-escape: ./push-upstream-jobs.sh
+
+    publishers:
+      - notify-slack:
+          slack-channel: '#infra'