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/<uuid>/notifyCommit to tell Jenkins of a new commit, and it will start any jobs that require it. This doesn't seem to apply to the multi-branch jobs, though. I can only start a job by using /jobs/<job-nam>/build. I could have multiple jobs that share a repository, and I would like to avoid having to manually list each job in the post-commit hook. The polling also had the advantage of triggering downstream jobs when an external changed - is this possible with the branch indexing? (ie run branch indexing, if external changes then run the branch build)? --- Daniel Becroft -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAJM0iSRaAFLfMDM6EoCFezBWHq26cMRFEfd5pq3hOPQfHm_yeg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
