forked from lix-project/hydra
DeclarativeJobsets: get the jobset name from the jobset table
This commit is contained in:
parent
b2cdde0901
commit
17c6bd4fd8
|
@ -9,7 +9,7 @@ sub buildFinished {
|
|||
my ($self, $build, $dependents) = @_;
|
||||
|
||||
my $project = $build->project;
|
||||
my $jobsetName = $build->get_column('jobset');
|
||||
my $jobsetName = $build->jobset->get_column('name');
|
||||
if (length($project->declfile) && $jobsetName eq ".jobsets" && $build->iscurrent) {
|
||||
handleDeclarativeJobsetBuild($self->{"db"}, $project, $build);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue