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