> I don't yet have filesystem access to our SVN repository but am
> looking into triggering Jenkins to build and deploy a project based on
> SVN commits to the project, ideally only for a specific branch / trunk
> to start.
The SVN Jenkins plugin does polling (you can give it an interval) on a giv
On Sep 19, 2011, at 11:32, spacegoose wrote:
> I'm wondering if the post-commit hook applies to the entire SVN
> repository,
Yes.
> if there are (or can be) multiple post-commit files that
> apply only to a particular project (or project branch / trunk),
No.
> or if
> this is all done program
I don't yet have filesystem access to our SVN repository but am
looking into triggering Jenkins to build and deploy a project based on
SVN commits to the project, ideally only for a specific branch / trunk
to start.
I'm wondering if the post-commit hook applies to the entire SVN
repository, if the