CircleCI-Public / config-preview-sdk

Preview SDK for orb authors
85 stars 29 forks source link

Setting and accessing job names #130

Closed devurandom closed 5 years ago

devurandom commented 5 years ago
  1. How do I set the job name from within a job?
  2. How do I access the job name from within a job?
ndintenfass commented 5 years ago

The short answer is you can’t. In this case, the name you provide in the workflow would be used only in the workflow for making coordinating dependent jobs (that is, so you could reference the job name in a requires stanza to have jobs follow execution of other jobs.)