All ProjectsHome
jobrunner
jobrunner/sample/fail/config.toml
config.toml Raw
displayname = "Failjob"
description = "A sample job that tries to call a tool with no PATH"
command = "test"

[environment]
PATH = ""
HOME = "/tmp"