Revision ce89fe5c
Von Moritz Bunkus vor etwa 7 Jahren hinzugefügt
scripts/task_server.pl | ||
---|---|---|
246 | 246 |
|
247 | 247 |
my $history = $job->run; |
248 | 248 |
|
249 |
debug(" Executed job " . $job->package_name . |
|
250 |
"; result: " . (!$history ? "no return value" : $history->has_failed ? "failed" : "succeeded") . |
|
251 |
($history && $history->has_failed ? "; error: " . $history->error_col : "")); |
|
252 |
|
|
249 | 253 |
notify_on_failure(history => $history) if $history && $history->has_failed; |
250 | 254 |
} |
251 | 255 |
|
Auch abrufbar als: Unified diff
Task-Server: nach Task-Ausführung Status & Jobname als Debuginfo ausgeben