The title pretty much says it all. I want to be able to get the value below as an environment variable in my .gitlab-ci.yml.
I tried both ${CI_PIPELINE_ID}
and ${CI_PIPELINE_IID}
but in the first case I got an incremental value and in the second I got a different value from the one displayed below.
Does anyone know how to?
Thanks in advance