|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

This is quite a frustrating issue. We have all our SCM polling set up to do
*/5 * * * *
but jenkins suggests it would be wiser to change it to
H/5 * * * *
Since this is in ALL our jobs, we wrote a groovy script to change the config based on example provided here:
https://wiki.jenkins-ci.org/display/JENKINS/Change+SCMTrigger+for+each+project+to+disable+during+the+night+and+the+week-end
But impossible to do as removeTrigger fails.
We have 100s of jobs across multiple jenkins instances. Not really practical to change the polling on each one manually.