Pass project and jobset to fetchInput
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user