-
Notifications
You must be signed in to change notification settings - Fork 37
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
Allow uninstalling Jenkins plugins #59
Comments
Currently, here is how plugins are installed/managed between the container images and the running instances:
In order to be able to remove a plugin, we need to be able to remove it from
@fredg02, WDYT? |
I agree on second proposition. |
I'd like to propose another option:
|
Maybe we should learn from this issue: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3650 |
Allow uninstalling Jenkins plugins and handle associated permissions (e.g. Gerrit) to avoid JCasC startup errors.
This might become easier with the new Jenkins Plugins Installation Manager CLI Tool/Library: https://jenkins.io/projects/gsoc/2019/plugin-installation-manager-tool-cli/
The text was updated successfully, but these errors were encountered: