From 8c06a78924427f4c1a344a9ea084c5e5f22fe571 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sat, 5 May 2018 16:54:15 +0200 Subject: [PATCH] carboncopies --- Job-configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Job-configuration.md b/Job-configuration.md index 986079c..b85859f 100644 --- a/Job-configuration.md +++ b/Job-configuration.md @@ -218,6 +218,14 @@ in the job config file. - _output_ -- true/false, if true then output from stdout and stderr (in that order) will be written in `result.yaml`, limitation on 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 - _working-directory_ -- directory outside sandbox relative to the sources directory which will be used as the one bound to the default