Re: Start multi-branch indexing from SCM notification

2018-09-14 Thread Jan Monterrubio
There’s a scan button on the UI, so maybe we can track down what endpoint that’s hitting and call that instead of notifyCommit? Would that do the trick? On Thu, Sep 6, 2018 at 20:42 Daniel Becroft wrote: > Hi, > > I have a multi-branch pipeline setup to initiate a branch indexing every X >

Re: Start multi-branch indexing from SCM notification

2018-09-14 Thread Stephen Connolly
Brack indexing is basically a smart polling, and *should* be triggered off scm notifications However Subversion has not been updated in multibranch support for a good while now. On Fri 7 Sep 2018 at 02:42, Daniel Becroft wrote: > Hi, > > I have a multi-branch pipeline setup to initiate a

Start multi-branch indexing from SCM notification

2018-09-06 Thread Daniel Becroft
Hi, I have a multi-branch pipeline setup to initiate a branch indexing every X minutes, which works fine. However, I am trying to start that process from the command line via a post-commit hook. For a normal job, I can use the /subversion//notifyCommit to tell Jenkins of a new commit, and it