...
Job -title {Environment Job} -subtasks { Task -title {Environment Task} -cmds { RemoteCmd {{printenv}} -service {pixarRender} } }
Code Block |
---|
Job -title {Environment Job} -subtasks {
Task -title {Environment Task} -cmds {
RemoteCmd {{printenv}} -service {pixarRender}
}
} |
You can view the output of the task using the Dashboard, or from the command line with tq. The job id JOBID would be substituted with the job id emitted by tractor-spool.
...