Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
Description
PluginManager already keeps track of plugins that have failed to start. We should add an AdministrativeMonitor that pops up if this list of failed plugins is non-empty.
This will help administrators discover problems before unsatisfied dependencies starts breaking builds left and right.
Attachments
Issue Links
- is duplicated by
-
JENKINS-30644 Jenkins should manage better the plugin dependencies when disabling/uninstalling a plugin
-
- Resolved
-
- is related to
-
JENKINS-23150 Warn users about invalid plugin configurations
-
- Resolved
-
-
JENKINS-14616 Corrupted plugin updates leads to plugin uninstall and lost job configuration
-
- Open
-
-
JENKINS-21486 Refuse to load a plugin if dependencies are disabled or outdated
-
- Resolved
-
-
JENKINS-22095 Failed inspecting plugin: archive is not a ZIP archive
-
- Resolved
-
-
JENKINS-34494 Enable disabled (transitive) dependencies when installing a new plugin
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | robustness |
Link |
This issue is related to |
Link |
This issue is related to |
Link | This issue is related to JENKINS-14616 [ JENKINS-14616 ] |
Link |
This issue is related to |
Link |
This issue is duplicated by |
Assignee | Félix Belzunce Arcos [ fbelzunc ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Link |
This issue is related to |
Workflow | JNJira [ 153351 ] | JNJira + In-Review [ 185489 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Code changed in jenkins
User: Felix Belzunce Arcos
Path:
core/src/main/java/hudson/PluginWrapper.java
core/src/main/resources/hudson/Messages.properties
core/src/main/resources/hudson/PluginWrapper/PluginWrapperAdministrativeMonitor/message.jelly
http://jenkins-ci.org/commit/jenkins/aeb6ad951ee0305e390752eff4a36609b0dcee29
Log:
JENKINS-21485AdministrativeMonitor for PluginWrapper