Pass project and jobset to fetchInput
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
@ -38,7 +38,7 @@ sub supportedInputTypes {
|
||||
# Called to fetch an input of type ‘$type’. ‘$value’ is the input
|
||||
# location, typically the repository URL.
|
||||
sub fetchInput {
|
||||
my ($self, $type, $name, $value) = @_;
|
||||
my ($self, $type, $name, $value, $project, $jobset) = @_;
|
||||
return undef;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user