-
Improvement
-
Resolution: Fixed
-
Minor
-
None
I've seen it noted in various places recently (mailing list, IRC, personal experience) that the situation after installing a tool installer plugin is suboptimal.
The JSON file containing the installation information for that tool is only downloaded periodically (daily?) along with all other tool installer data.
Ideally, users should not have to wait up to 24 hours (or use a workaround: Manage Plugins > Advanced > Check Now) before they can use these plugins.
So, whenever a DownloadService.Downloadable is loaded into Jenkins, it should fetch the corresponding JSON file from updates.jenkins-ci.org, if necessary.
- is blocking
-
JENKINS-28186 Packer installer from packer.io just a text box
-
- Resolved
-
- is related to
-
JENKINS-31089 Signature verification failed in update site 'default'
-
- Resolved
-
-
JENKINS-32886 Tool installer data should be downloaded when a new plugin is installed
-
- Resolved
-
- links to
[JENKINS-27694] Download update data immediately when installing a new tool installer plugin
Assignee | New: Daniel Beck [ danielbeck ] |
Link |
New:
This issue is blocking |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR 1754 (Web Link)" [ 12962 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Code changed in jenkins
User: Daniel Beck
Path:
core/src/main/java/hudson/model/DownloadService.java
http://jenkins-ci.org/commit/jenkins/63186180e0b17c486302cb4ac2c8add47096b637
Log:
[FIX JENKINS-27694] Update dynamically loaded plugins' Downloadables