Hey everyone,
I want to use the CI_PIPELINE_IID variable for a build version in my project, and I need to be able to use this variable to go back to the commit where it was generated. Is there a way to use this variable to go back to the specific pipeline/commit where it was generated?
We use that variable for our build numbers as well. You can see it if you go to CI/CD > Pipelines and then select Pipeline IID from the dropdown menu on the top right side:
Unfortunately, it seems like you cannot filter pipelines by that number, at least not via UI - perhaps you could look up if it’s supported by API directly.