-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins-STABLE 1.409.1 on Solaris/x86
I selected a few static analysis plugins for installation, when I clicked "Install" Jenkins computed the dependencies for each one, each dependency was downloaded the number of times that it was referenced.
Each time the already-downloaded .hpi was moved to .bak and downloaded again.
Potentially this could cause a problem with backing out if a particular dependency already had a .bak file.
See attached screenshot.
- is duplicated by
-
JENKINS-9734 Installing plugins with dependent plugins sometimes downloads plugins twice
-
- Resolved
-
-
JENKINS-10568 When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times
-
- Resolved
-
-
JENKINS-6130 Update manager should collect plug-ins to install in a set
-
- Resolved
-
- is related to
-
JENKINS-9877 Static Code Analysis Plug-ins is updated between each plug-in update
-
- Resolved
-
I have submitted a pull request:
https://github.com/jenkinsci/jenkins/pull/598