slackbuilds_ponce/system/jenkins/files/logrotate.jenkins

14 lines
261 B
Text
Raw Normal View History

/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
}