Missing part of aaacf9eda3
This commit is contained in:
@ -165,6 +165,7 @@ sub checkJobset {
|
||||
, checkouttime => abs($checkoutStop - $checkoutStart)
|
||||
, evaltime => abs($evalStop - $evalStart)
|
||||
, hasnewbuilds => $hasNewBuilds
|
||||
, nrbuilds => $hasNewBuilds ? scalar(keys %buildIds) : undef
|
||||
});
|
||||
|
||||
if ($hasNewBuilds) {
|
||||
|
Reference in New Issue
Block a user