AFAIK if you configure the post-commit hook together with jenkins, you must activate "poll SCM" anyway, else it won't start the build. I followed instructions here: https://wiki.jenkins-ci.org/display/JENKINS/Subversion+Plugin
What i want to avoid is the checkout/update of repo into my workspace on new commit since it is overkill on my jenkins master... On Wednesday, January 15, 2014 11:47:44 AM UTC+1, maciej wrote: > > kgiloo (2014-01-15 09:42): > > > probably my description lacked precision: > I should have titled "A way to get rid of useless checkout of repository > into my local workspace". > > I do not use any special slave configuration to trigger my builds on > slaves, it is all driven by Ant. > In other words, checkout of repository is also performed by Ant on slave. > > I need the "poll SCM" to kick off the build process, for nothing else, i.e > checkout of repository in workspace has no sense on my master. > > > You don't have poll SCM. You can triggger builds from the repository using > e.g. post-commit hooks in SVN. Just enable remote builds. > > Regards, > Nux > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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.
