* Refactoring: move fetchInput out of hydra_scheduler into a separate
module, since Controller/Build.pm needs it to create a new build.
This commit is contained in:
@ -273,7 +273,6 @@ sub getLatestSuccessfulViewResult {
|
||||
return $build if getViewResult($build, $jobs)->{status} == 0;
|
||||
}
|
||||
return undef;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user