smarkets / marge-bot

A merge-bot for GitLab
BSD 3-Clause "New" or "Revised" License
693 stars 136 forks source link

Bug: `--guarantee-final-pipeline` does not work with Gitlab CI #352

Open qusielle opened 1 year ago

qusielle commented 1 year ago

--guarantee-final-pipeline option is the great thing to have within Marge-bot but it does not do more than commenting jenkins retry, unfortunately.

As it suggests from the title and the help, it should trigger a Gitlab CI pipeline and wait for it, but it does not happen.

I have proposed a pull request implementing the missing functionality, please check: https://github.com/smarkets/marge-bot/pull/351