All ProjectsHome
jobrunner
jobrunner/sample/support/config.toml
config.toml Raw
displayname = "Environment"
description = "A sample job that prints the environment"
command = "./bin/exec"

[environment]
PATH = "/usr/bin:/bin"
HOME = "/tmp"