Okay. Solved - this issue has been described in comments on jenkins wiki of
this plugin:
https://wiki.jenkins-ci.org/display/JENKINS/PeriodicBackup+Plugin?showComments=true&showCommentArea=true#addcomment
PeriodicBackup is indeed called every minute, and does nothing if it
doesn't have to. It i
Syslog looks like this.
Aug 23, 2015 6:50:35 AM hudson.model.AsyncPeriodicWork$1 run
INFORMATION: Started PeriodicBackup
Aug 23, 2015 6:50:35 AM hudson.model.AsyncPeriodicWork$1 run
INFORMATION: Finished PeriodicBackup. 1 ms
Aug 23, 2015 6:51:35 AM hudson.model.AsyncPeriodicWork$1 run
INFORMA
Hi folks,
as I've noticed in syslog of jenkins master periodic backup plugin is being
run every minute, which is very confusing. As it was configured to run once
a day on 8 PM. What is the matter?
I've already tried hard to find related issues but I've rather found
nothing. But in different pos