-
Bug
-
Resolution: Fixed
-
Major
-
None
This issue will need to fix Jenkins Core to consult and possibly merge downloads from multiple sources and validate those sources against the correct signatures...
- is related to
-
JENKINS-32831 "None of the Update Sites passed the signature check" w/ Jenkins v1.647
-
- Resolved
-
- relates to
-
JENKINS-42141 Performance issue in code cleaning up duplicate Tool Installer
-
- Resolved
-
[JENKINS-32328] A custom update center is not consulted for Tool installer metadata
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Description |
Original:
Basically OSS Jenkins does not consult our update center at all, the whole functionality of proxying tool installers doesn't work. This issue will need to fix Jenkins Core to consult and possibly merge downloads from multiple sources and validate those sources against the correct signatures... Then we need to fix our infra and the custom update center plugin to ensure that everything is correct. The functional impact is that users who can't access the internet will be unable to download tool installers. |
New:
Basically OSS Jenkins does not consult our update center at all, the whole functionality of proxying tool installers doesn't work. This issue will need to fix Jenkins Core to consult and possibly merge downloads from multiple sources and validate those sources against the correct signatures... |
Description |
Original:
Basically OSS Jenkins does not consult our update center at all, the whole functionality of proxying tool installers doesn't work. This issue will need to fix Jenkins Core to consult and possibly merge downloads from multiple sources and validate those sources against the correct signatures... |
New:
This issue will need to fix Jenkins Core to consult and possibly merge downloads from multiple sources and validate those sources against the correct signatures... |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Code changed in jenkins
User: Valentina Armenise
Path:
core/src/main/java/hudson/model/DownloadService.java
core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java
core/src/main/java/hudson/tools/JDKInstaller.java
core/src/main/java/hudson/tools/ToolInstaller.java
test/src/test/java/hudson/model/DownloadServiceTest.java
test/src/test/resources/hudson/model/hudson.tasks.Ant.AntInstaller1.json
test/src/test/resources/hudson/model/hudson.tasks.Ant.AntInstaller2.json
test/src/test/resources/hudson/model/hudson.tasks.Ant.AntInstaller3.json
test/src/test/resources/hudson/model/hudson.tasks.Ant.AntInstallerResult.json
test/src/test/resources/hudson/model/hudson.tasks.Maven.MavenInstaller1.json
test/src/test/resources/hudson/model/hudson.tasks.Maven.MavenInstaller2.json
test/src/test/resources/hudson/model/hudson.tasks.Maven.MavenInstaller3.json
test/src/test/resources/hudson/model/hudson.tasks.Maven.MavenInstallerResult.json
test/src/test/resources/hudson/model/hudson.tools.JDKInstaller1.json
test/src/test/resources/hudson/model/hudson.tools.JDKInstaller2.json
test/src/test/resources/hudson/model/hudson.tools.JDKInstaller3.json
test/src/test/resources/hudson/model/hudson.tools.JDKInstallerResult.json
http://jenkins-ci.org/commit/jenkins/80a6a9e7cbc1f2c7ecbf7c1161c55dae8c0233e0
Log:
JENKINS-32328process multiple update-centers for ToolInstallers