eddiewebb / circleci-queue

CircleCI orb to block/queue jobs to enforce max concurrency limits
MIT License
74 stars 75 forks source link

[semver:patch] PIPELINE_ID is now an envar! #125

Open eddiewebb opened 6 months ago

eddiewebb commented 6 months ago

Orb version

we can drop need for https://github.com/eddiewebb/circleci-queue/blob/main/src/%40orb.yml#L56 and just use CIRCLE_PIPELINE_ID

What happened

Expected behavior

sdarwin commented 5 months ago

Hi,

Thanks for the orb!

Don't know if this issue is connected to this line of the config or not:

my-pipeline: <<pipeline.number>>

But as someone who doesn't program CircleCI often, I think the documentation could benefit from a comment because I was wondering "how do I know my pipeline number?"

# you don't need to discover this value. Literally write the 'template' variable <<pipeline.number>>
my-pipeline: <<pipeline.number>>