forked from lix-project/hydra
This commit is contained in:
parent
c970fc8335
commit
db4ce0df06
|
@ -105,7 +105,7 @@ sub checkBuilds {
|
|||
# outside the transaction in case it aborts or something.
|
||||
foreach my $build (@buildsStarted) {
|
||||
my $id = $build->id;
|
||||
print "starting build $id (", $build->project->name, ":", $build->job, ") on ", $build->system, "\n";
|
||||
print "starting build $id (", $build->project->name, ":", $build->jobset->name, ':', $build->job->name, ") on ", $build->system, "\n";
|
||||
eval {
|
||||
my $logfile = $build->schedulingInfo->logfile;
|
||||
my $child = fork();
|
||||
|
|
Loading…
Reference in a new issue