Hello, I've started lately to use Jenkins and i need some help with creating a pipeline.
I want to create the following pipeline: For each merge request from develop to master in Gitlab, Trigger a Jenkins job that run an end-to-end test, And merge the branches in Gitlab only if the test succeeded. I have found the following article that gives me an explanation for most of the things that i need: https://vetlugin.wordpress.com/2017/01/31/guide-jenkins-pipeline-merge-requests/ I'm still looking for an answer for one question: How can Jenkins response to Gitlab with the result of the end-to-end test (Success/Fail), So Gitlab will know whether to merge to branches or not? Please advise, Thanks! -- 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/af75ba20-4381-4766-bad1-1f075e1d2fd9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
