Closed Wolfsrudel closed 4 years ago
If i try using
logger: type: "file" format: "json" destination: "${HOME}/workspace/logfiles/trackman/{{ if .Step }}{{.Step.Name}}{{ else }}workflow{{ end }}.json"
it exits with
open ${HOME}/workspace/logfiles/trackman/workflow.json: no such file or directory
Is $HOME only available for workdir and command?
$HOME
workdir
command
This is also similar to the metadata expansion: only command supports this at the moment, but there is no reason not to support it for all fields
This is now supported in 1.0.3
If i try using
it exits with
Is
$HOME
only available forworkdir
andcommand
?