A developper of my Gitlab instance asked me to check a specific CI_PIPELINE_ID (example : #12345678). I don’t know in which project this CI_PIPELINE_ID is located.
As the CI_PIPELINE_ID is unique across all projects on the Gitlab instance (see documentation here), I should be able to filter and view pipeline details as below:
How can I view the details of a giving CI_PIPELINE_ID ?