Quantcast

[JIRA] Created: (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Created: (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

JIRA noreply@jenkins-ci.org
When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times
-------------------------------------------------------------------------------------------------------------

                 Key: JENKINS-10569
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-10569
             Project: Jenkins
          Issue Type: Bug
          Components: update-center
    Affects Versions: current
         Environment: Jenkins-STABLE 1.409.1 on Solaris/x86
            Reporter: Ed Randall
            Priority: Minor


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.

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] Updated: (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

JIRA noreply@jenkins-ci.org

     [ https://issues.jenkins-ci.org/browse/JENKINS-10569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ed Randall updated JENKINS-10569:
---------------------------------

    Attachment: jenkins-plugin-install.png

> When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: JENKINS-10569
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-10569
>             Project: Jenkins
>          Issue Type: Bug
>          Components: update-center
>    Affects Versions: current
>         Environment: Jenkins-STABLE 1.409.1 on Solaris/x86
>            Reporter: Ed Randall
>            Priority: Minor
>         Attachments: jenkins-plugin-install.png
>
>
> 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.

--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: evernat (29/Oct/12 11:06 PM)
Assignee: evernat
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
evernat commented on Bug JENKINS-10569

I have submitted a pull request:
https://github.com/jenkinsci/jenkins/pull/598

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: unknown
Path:
core/src/main/java/hudson/model/UpdateSite.java
http://jenkins-ci.org/commit/jenkins/6c83004dc1abe65f578c29846dc04e07cecf83bc
Log:
[FIX JENKINS-10569] When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Olivier Lamy
Path:
core/src/main/java/hudson/model/UpdateSite.java
http://jenkins-ci.org/commit/jenkins/52f18562ab3f1f255774b13df2f3b69e8de1819e
Log:
Merge pull request #598 from evernat/master

[FIXED JENKINS-10569] When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

Compare: https://github.com/jenkinsci/jenkins/compare/ff3cf5e1047f...52f18562ab3f

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: SCM/JIRA link daemon (30/Oct/12 7:40 AM)
Status: Open Resolved
Resolution: Fixed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Olivier Lamy
Path:
changelog.html
http://jenkins-ci.org/commit/jenkins/2fd5f247c4aa1fa92f11f9be9d26cf17a27ea142
Log:
JENKINS-10569 changelog entry

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
dogfood commented on Bug JENKINS-10569

Integrated in jenkins_main_trunk #2043
[FIX JENKINS-10569] When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times (Revision 6c83004dc1abe65f578c29846dc04e07cecf83bc)

Result = SUCCESS
unknown : 6c83004dc1abe65f578c29846dc04e07cecf83bc
Files :

  • core/src/main/java/hudson/model/UpdateSite.java
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
dogfood commented on Bug JENKINS-10569

Integrated in jenkins_main_trunk #2044
JENKINS-10569 changelog entry (Revision 2fd5f247c4aa1fa92f11f9be9d26cf17a27ea142)

Result = SUCCESS
Olivier Lamy : 2fd5f247c4aa1fa92f11f9be9d26cf17a27ea142
Files :

  • changelog.html
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

i believe this is not 100% fixed in 1.490, I got one duplicated dependency (though the static analysis plugin is not downloaded for each plugin)


http://imgur.com/5EdnY

(not quite sure how to attach in image to a comment)

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-10569) When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
 
Alex Lehmann edited a comment on Bug JENKINS-10569

i believe this is not 100% fixed in 1.490, I got one duplicated dependency (though the static analysis plugin is not downloaded for each plugin)


http://imgur.com/5EdnY

(not quite sure how to attach an image to a comment)

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...