You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
label - Overrides the name of the task in the output when a task is run. Supports variables.
When I read this, I thought for sure "in the output when a task is run" meant the logs.
It's not until you look way down the page that you see prefix, which is what you really want:
prefix - Defines a string to prefix the output of tasks running in parallel. Only used when the output mode is prefixed.
It's surprising that we need to specify the name twice to make the name consistent in the logs and the task summary. Maybe in v4 they could be merged?
At least, I'd suggest clarifying the description of label with something like:
Overrides the name of the task in the output summary when a task is started. Supports variables. Does not prefix log lines (see 'prefix' field instead).
If that description sounds good, I can make the change :)
With task:
I expected the logging output to include the image name in the prefixed output, but it does not.
The text was updated successfully, but these errors were encountered: