Jenkins Trigger Request Merge Trigger

How can you start a multi-tap pipeline on a merge request? Configurations are not saved for specific branches in a multi-tap pipeline. And yes, I know that one pipeline has the ability to run merge requests, but I'm looking for a solution for MULTI-BRANCH pipelines. I can't seem to find a solution anywhere.

+4
source share
1 answer

You can use a combination of Web sites as well as the Jenkins Git service to run the multi-tap pipeline.

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

0
source

Source: https://habr.com/ru/post/1682805/


All Articles