Re: Cannot get Multi-branch pipeline jobs to build on new commit to source repository

2016-09-15 Thread Pieter-Jan Busschaert
In the multibranch pipeline job configuration part, you can specify the normal ways to trigger a build (a polling interval, remote triggers, ...). This defines when branch-indexing will run. The results of branch-indexing define if the individual projects need to be built (ie: if there are chan

Cannot get Multi-branch pipeline jobs to build on new commit to source repository

2016-09-15 Thread Qazwart
I must be missing something obvious here, but how can I get my build to be triggered whenever a new revision is committed to my source repository. In the older style Jenkins jobs, this was something I configured in the webform, I don’t see this in the multi-branch pipeline itself. I assumed this