Skip to content

(chore): use pipeline id vs commit id

Mark Harding requested to merge fix/use-pipeline-id-vs-commit into master

As demonstrated via 357faf4a, using $CI_BUILD_REF is DANGEROUS and can lead to conflicts. Making use of $CI_PIPELINE_ID keeps all the jobs in pipeline isolated.

Merge request reports