-
Bug
-
Resolution: Unresolved
-
Minor
It is possible to enable a disabled plugin that has disabled dependents.
This was not possible in 2.343 (but the steps to reproduce below failed due to JENKINS-68277).
Steps to reproduce
On an empty Jenkins instance, install Pipeline Model API + its dependencies.
Disable Pipeline Model API. Disable Jackson 2 API.
Expected Result
It's not possible to enable Pipeline Model API
Actual Result
It's possible to enable Pipeline Model API
- is caused by
-
JENKINS-68277 Cannot disable a plugin when dependent plugins are disabled (regression in 2.325)
- Closed