We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I'm trying to do something like this:
$plugins = ['git', 'maven-plugin', 'blah'] jenkins::plugin { "$plugins": }
In this scenario, only 'blah' gets installed. 'git' and 'maven-plugin' are ignored and do not get installed. Is this expected?
The text was updated successfully, but these errors were encountered:
That snippet is asking for a plugin named "git maven-plugin blah", which I doubt exists... ;)
Sorry, something went wrong.
Um, yeah. You are totally right. Sorry!
No branches or pull requests
I'm trying to do something like this:
In this scenario, only 'blah' gets installed. 'git' and 'maven-plugin' are ignored and do not get installed. Is this expected?
The text was updated successfully, but these errors were encountered: