Home > Software engineering >  Build a Jenkins job on a merge request to master
Build a Jenkins job on a merge request to master

Time:07-26

In GitLab, whenever someone creates a Merge Request from some branch into master, I need that event to trigger a Jenkins job (Freestyle, yeah I know..) and pass the branch name as a parameter for the Jenkins build.

I've looked and it seems like the closest thing to it is the Jenkins CI integration in GitLab. Thing is, enter image description here
config in your gitlab:

enter image description here
or orther my answer enter image description here

  • Related