carboncopies

master
Martin Polanka 6 years ago
parent cc054d3855
commit 8c06a78924

@ -218,6 +218,14 @@ in the job config file.
- _output_ -- true/false, if true then output from stdout and stderr - _output_ -- true/false, if true then output from stdout and stderr
(in that order) will be written in `result.yaml`, limitation on (in that order) will be written in `result.yaml`, limitation on
length defined in worker configuration length defined in worker configuration
- _carboncopy-stdout_ -- file to which standard output will be copied,
path has to be outside sandbox; job variables can be used, usually
used for debug copying into results directory (can start with
`${RESULT_DIR}`)
- _carboncopy-stderr_ -- file to which error output will be copied,
path has to be outside sandbox; job variables can be used, usually
used for debug copying into results directory (can start with
`${RESULT_DIR}`)
- _chdir_ -- this will be working directory of executed application - _chdir_ -- this will be working directory of executed application
- _working-directory_ -- directory outside sandbox relative to the - _working-directory_ -- directory outside sandbox relative to the
sources directory which will be used as the one bound to the default sources directory which will be used as the one bound to the default

Loading…
Cancel
Save