Update Jenkins Job Builder to version 2.9.1
[infra/cicd.git] / jjb / global / global-templates-rebase.yaml
index 843175e60143527c6108c481fdbae5f8ba8fa5fb..6ac53a954ff119067ad44387793325775b1a426d 100644 (file)
@@ -7,6 +7,9 @@
 
     concurrent: false
 
+    properties:
+      - logrotate
+
     parameters:
       - project-parameters:
           project: '{project}'
           project: '{project}'
           branch: '{branch}'
           files: '**'
+      - timed: "@midnight"
+
+    wrappers:
+      - build-timeout:
+          timeout: 10
 
     builders:
       - shell:
           !include-raw-escape: ./rebase-jobs.sh
+
+    publishers:
+      - notify-slack:
+          slack-channel: '#infra'