Closed jonesie100 closed 2 years ago
Wicked smart idea!!!
This looks good, i'll need some tests to validate but I understand if your not jumping into BATS and mock API calls.
However, can you update the new variable name in consistent format with the rest ${JOB_NAME}
- its a nit but it helps.
functions snake_case
and variables ALL_CAPS
but with brackets {}.
I updated the variable name respectively. I am not familiar with BATS and the way tests are setup. If you could add those tests for me i would appreciate it. I would give it a shot but i'm not set up to run the tests and I feel like my test wouldn't be up to standards.
Thank you
Yeop no worries @jonesie100 - can you hit this setting and I'll add the approproate tests
The setting is changed. Thank you
bors try
not sure why one test is failing locally, trying again
bors try
bors merge
Was missing the config file to drive the test 🤦 , should be all set now.
Build failed:
tests passing, issues releasing, bors changes its merge syntax so just moving tonuse pipeline # t publish dev versions.
bors merge
Build failed:
take 297
bors merge
@jonesie100 this is live as 1.7.0
https://circleci.com/developer/orbs/orb/eddiewebb/queue
Checklist
Motivation, issues
I wan to queue multiple jobs with different names. In the case of using CircleCI matrix we cannot change the name that is given to the job. This is a blocker since we have to use matrix and queue/until_front_of_line is not queuing across job names.
Description
Add job-regex paramter. This allows us to use regex to match what jobs you want to queue on