How do I trigger an update to a GitLab Merge Request’s build status? I’m running tests and having the main job report the success or failure of those tests. In addition, I want to send the coverage information I generate to another service to analyze whether the coverage has improved or not, and report back and update the merge request with an additional build status. How do I access the merge request id from the CI variables? Is that even possible? What other options do I have for knowing the id of the merge request I need to update?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Get merge request ID into our deploy job | 0 | 922 | October 24, 2016 | |
| How to obtain merge request status via api | 0 | 983 | December 2, 2015 | |
| Is there a way to see merge request information on the pipeline run after the merge request is merged? | 0 | 681 | November 5, 2020 | |
| Integrate Buildkite CI | 1 | 904 | June 6, 2018 | |
| User-defined metadata for Merge Request? Or how to pass variables to the job with MR? | 0 | 450 | May 29, 2017 |