Pass project and jobset to fetchInput

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2013-07-29 15:33:22 -04:00
parent 5efe8365ef
commit 687ca429c3
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ sub fetchInput {
else {
my $found = 0;
foreach my $plugin (@{$plugins}) {
@inputs = $plugin->fetchInput($type, $name, $value);
@inputs = $plugin->fetchInput($type, $name, $value, $project, $jobset);
if (defined $inputs[0]) {
$found = 1;
last;