Merge "Make slack less chatty"
[infra/cicd.git] / jjb / global / global-templates-rebase.yaml
index 843175e60143527c6108c481fdbae5f8ba8fa5fb..a76dfaafcc7d1ab3d67a50374abf57adb7af92de 100644 (file)
@@ -7,6 +7,9 @@
 
     concurrent: false
 
+    properties:
+      - logrotate
+
     parameters:
       - project-parameters:
           project: '{project}'
           branch: '{branch}'
           files: '**'
 
+    wrappers:
+      - build-timeout:
+          timeout: 10
+
     builders:
       - shell:
           !include-raw-escape: ./rebase-jobs.sh
+
+    publishers:
+      - notify-slack:
+          slack-channel: '#infra'