the per-job SCM configuration.
>
> On 16.04.2014, at 21:41, Robert Mackin >
> wrote:
>
> > I'm setting up Jenkins to replace our homegrown build system.
> >
> > I want to set it up so that we poll for svn changes and build when a
> change is detected.
I'm setting up Jenkins to replace our homegrown build system.
I want to set it up so that we poll for svn changes and build when a change
is detected.
Problem is our current build checks a file into the project's svn
repository after a build. That means polling will *always* find a change. I