-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to specify custom plugin location in the jenkins cr #296
Comments
I think it is possible. currently the operator must be concatenating the plugin name and the version number while passing as parameter to install-plugins.sh. If it also concatenates the userprovided url, it would work IMO.
The below snippet is downloading the first plugin from jenkins UC and the second plugin from custom plugin location
|
Hi @salluvada, If would like to contribute here you have required code changes:
Cheers |
hey thanks @tomaszsek |
Currently, we are only able to specify plugin name and version for downloading plugins. I have come across a situation where I have a couple of plugins that need to be downloaded from a custom url location and not the jenkins UC.
It would be nice if we can specify some thing like
The text was updated successfully, but these errors were encountered: