File classes/Build.php changed (mode: 100644) (index 437b6e6..f4cef89) |
... |
... |
class Build |
149 |
149 |
if (!$statement || |
if (!$statement || |
150 |
150 |
$statement->execute([$status, $output, $exitcode, $this->buildset, |
$statement->execute([$status, $output, $exitcode, $this->buildset, |
151 |
151 |
$this->buildername]) === false) { |
$this->buildername]) === false) { |
152 |
|
die("Failed to set build status to 'running'\n" |
|
|
152 |
|
die("Failed to set build status to '$status'\n" |
153 |
153 |
. print_r(DB::errorInfo(), true)); |
. print_r(DB::errorInfo(), true)); |
154 |
154 |
} |
} |
155 |
155 |
|
|