Hi,I am using Repository Connector Plugin v1.1.3, and also using Job DSL Plugin v1.50.The question is:How do I call this Repository Connector Plugin in my groovy script as a parameter?I searched in the
documentation but couldn't find anything that relates with this plugin.
I am expecting usage to be similar to
stringParam, so something like this:
job('The job') {
parameters {
repoConnPlugin(repo, propertyName, artifactId, groupId, description)
}
}
Does anybody has an idea on how to use this plugin?
Thanks,
Ilija