Bug: context.job
fails to take into account jobs.<job_id>.name
value
#1734
Labels
context.job
fails to take into account jobs.<job_id>.name
value
#1734
Describe the bug
It appears as if
context.job
returns the value forjobs.<job_id>
instead ofjobs.<job_id>.name
, which the user can opt to set via workflow syntax.If
jobs.<job_id>.name
is set, can we return its value withincontext.job
(or within a similarly-named new variable)?To Reproduce
Steps to reproduce the behavior:
Expected behavior
Instead of "demo", I would expect
context.job
to output "Demo Job" as that is its job name. If that's not possible, at least have a dedicatedcontext.job_name
to return the proper job name.The text was updated successfully, but these errors were encountered: