Update Jenkins Job Builder to version 2.9.1
[infra/cicd.git] / jjb / global / global-templates-push-upstream.yaml
index cde2a836058691698d2132fd02e4df71c999b1f1..032a71748a391f08b2b328dd270c6e15a6caa93f 100644 (file)
@@ -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'