Re: How to kickstart a multibranch pipeline scan?

2018-08-18 Thread Steven Foster
You can use the "build" step to start a multibranch scan. Just call it on the multibranch job as you would a normal job. On Friday, August 17, 2018 at 4:29:24 PM UTC+1, pisymbol wrote: > > I have a job that creates a new branch/tag in SVN. IT does so by modifying > some internal build files and

Re: How to kickstart a multibranch pipeline scan?

2018-08-18 Thread pisymbol
Ok, but won't that build the branch in question? What does a sample build step look for the scan operation? -aps On Sat, Aug 18, 2018 at 10:47 AM Steven Foster wrote: > You can use the "build" step to start a multibranch scan. Just call it on > the multibranch job as you would a normal job. > >

Re: How to kickstart a multibranch pipeline scan?

2018-08-18 Thread Steven Foster
That depends on the behaviors configured on the multibranch project. I think by default newly discovered tag jobs don't automatically build. if you have a multibranch project called "myproject" and it has a couple of branches under it, you can start a scan: build job: "myproject", wait: false

Re: How to kickstart a multibranch pipeline scan?

2018-08-18 Thread pisymbol
On Sat, Aug 18, 2018 at 11:39 AM Steven Foster wrote: > That depends on the behaviors configured on the multibranch project. I > think by default newly discovered tag jobs don't automatically build. > > if you have a multibranch project called "myproject" and it has a couple > of branches under i