From c6b360a4dc318c2e2941b253d7045f8ced37151d Mon Sep 17 00:00:00 2001 From: Petr Stefan Date: Mon, 13 Mar 2017 16:14:47 +0100 Subject: [PATCH] Updated Job configuration (markdown) --- Job-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Job-configuration.md b/Job-configuration.md index 70a29e2..5516c79 100644 --- a/Job-configuration.md +++ b/Job-configuration.md @@ -372,6 +372,8 @@ identification and results of individual tasks. sandboxed program could be killed, but sandbox exited normally), FAILED (error while executing task), SKIPPED (execution of task was skipped) - _error_message_ -- defined only in internal tasks on failure + - _output_ -- output from stdout and stderr of sandboxed program, + limitation on length defined in worker configuration - _sandbox_results_ -- if defined than this task was external and was run in sandbox - **exitcode** -- exit code integer @@ -387,8 +389,6 @@ identification and results of individual tasks. - **killed** -- boolean determining if program exited correctly or was killed - _message_ -- status message on failure - - _output_ -- output from stdout and stderr of sandboxed program, - limitation on length defined in worker configuration ### Results example