summaryrefslogtreecommitdiffstats
path: root/etc/cron.d/jenkins
blob: 9a2ccc59e43da6ed9a0f22fd8109904436786733 (plain)
1
2
3
4
5
6
7
8
9
10
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 ) > /dev/null