slackbuilds_ponce/system/jenkins/files/logrotate.jenkins
Giorgio Peron c1ddce54cb system/jenkins: Added (automated job monitor)
Thanks to Vincent Batts for some configs :-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-08-11 20:28:36 -03:00

13 lines
261 B
Text

/var/log/jenkins/jenkins.log /var/log/jenkins/jenkins_console.log {
compress
dateext
maxage 365
rotate 99
size=+4096k
notifempty
missingok
create 644
postrotate
kill -s SIGALRM `cat /var/run/jenkins.pid`
endscript
}