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

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