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.
|
# outside the transaction in case it aborts or something.
|
||||||
foreach my $build (@buildsStarted) {
|
foreach my $build (@buildsStarted) {
|
||||||
my $id = $build->id;
|
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 {
|
eval {
|
||||||
my $logfile = $build->schedulingInfo->logfile;
|
my $logfile = $build->schedulingInfo->logfile;
|
||||||
my $child = fork();
|
my $child = fork();
|
||||||
|
|
Loading…
Reference in a new issue