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