I have a Jenkins server which is triggered by the usual svn hooks on every 
commit. However I also have some very long running jobs which I only want 
to run overnight, when we have spare CPU capacity.

For those jobs I have unticked the option:

[ ] Trigger builds remotely (e.g., from scripts)

But it would appear that that option does not apply to the subversion 
trigger URL ( 
/server/subversion/${UUID}/notifyCommit?rev=$REV ). How do I ensure that 
some jobs are NOT triggered by the subversion hook along with all the 
others? I want them to run on a timed schedule or polling instead.

Reply via email to