fixup! RunCommand: Add a WIP execution of dynamic commands
This commit is contained in:
parent
2635607b6e
commit
bc1630bd27
|
@ -126,8 +126,8 @@ sub fanoutToCommands {
|
||||||
next unless eventMatches($conf, $event);
|
next unless eventMatches($conf, $event);
|
||||||
next unless configSectionMatches(
|
next unless configSectionMatches(
|
||||||
$matcher,
|
$matcher,
|
||||||
$build->get_column('project'),
|
$build->jobset->get_column('project'),
|
||||||
$build->get_column('jobset'),
|
$build->jobset->get_column('name'),
|
||||||
$build->get_column('job')
|
$build->get_column('job')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue