简体   繁体   中英

Merge Request trigger for multibranch pipeline in Jenkins

How can you trigger a multi-branch pipeline on a merge request? The configurations do not save for specific branches in a multi-branch pipeline. And yes I do know that a single pipeline has an option to trigger on merge requests but I am looking for a solution for MULTI-BRANCH pipelines. I can't seem to find a solution anywhere.

You should be able to use a combination of webhooks as well as the Jenkins Git service to trigger a multi-branch pipeline.

Your webhook url should look something like <your-jenkins-url>/github-webhook .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM