You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to use: Settings > Merge checks > Pipelines must succeed option with GOCD?
Already received the pipeline result from gocd plugin for the commits, but the merge request checks not works. If "Pipelines must succeed" option is checked, the "Checking pipeline status" keeps in infinit loading.
I imagine it is due to the lack of the .gitlab-ci.yml file, but I don't know how to use it together with gocd.
Any idea how it would work?
The text was updated successfully, but these errors were encountered:
It possibly only works with GitLab CI, not an external tool using the API. You probably need to check the GitLab documentation or ask their support whether it works with non GitLab CI tools?
This setting also prevents merge requests from merging if there is no pipeline_" which possibly means Gitlab itself needs to know there is a pipeline.
and
A merge request with no pipelines at all is not considered to have a successful pipeline, and cannot merge.
Can you share a (redacted) screenshot of what an MR and the commits on it look like for you when you think it should allow the 'Pipelines must succeed' check to continue?
Hi everyone,
How to use: Settings > Merge checks > Pipelines must succeed option with GOCD?
Already received the pipeline result from gocd plugin for the commits, but the merge request checks not works. If "Pipelines must succeed" option is checked, the "Checking pipeline status" keeps in infinit loading.
I imagine it is due to the lack of the .gitlab-ci.yml file, but I don't know how to use it together with gocd.
Any idea how it would work?
The text was updated successfully, but these errors were encountered: