summaryrefslogtreecommitdiffstats
path: root/etc/cron.d/jenkins
diff options
context:
space:
mode:
Diffstat (limited to 'etc/cron.d/jenkins')
-rw-r--r--etc/cron.d/jenkins11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/cron.d/jenkins b/etc/cron.d/jenkins
new file mode 100644
index 00000000..6bf3f287
--- /dev/null
+++ b/etc/cron.d/jenkins
@@ -0,0 +1,11 @@
+# m h dom mon dow (0|7=sun,1=mon) command
+
+#
+# cron-jobs for jenkins.debian.net
+#
+
+MAILTO=root
+
+0 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-running-kernel
+2 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-packages
+30 * * * * root /usr/sbin/service ntp stop ; /usr/sbin/ntpdate de.pool.ntp.org ; /usr/sbin/service ntp start