-
Bug
-
Resolution: Fixed
-
Critical
https://github.com/jenkinsci/jenkins/commit/4de46465153dae1a9e804c0d526c44d528f00fb4 restored support for "kind" as a way to resolve descriptor matching a configured entity.
Side effect is : a descriptor which uses a custom string as ID (as recommended by hudson.model.Descriptor#getId) won't be resolved as hudson.model.Descriptor#find who will compare ID with $class, not kind=ID.
- depends on
-
JENKINS-28110 1.610 “Failed to instantiate” error
-
- Resolved
-
-
JENKINS-28093 404 on jenkins.plugins.nodejs.tools.NodeJSInstaller.json.html
-
- Resolved
-
-
JENKINS-28011 Failed to instantiate class hudson.plugins.copyartifact.CopyArtifact when saving a job
-
- Closed
-
- is related to
-
JENKINS-27918 Unhelpful log warning about stapler-class
-
- Resolved
-
- links to
Code changed in jenkins
User: Jesse Glick
Path:
core/src/main/java/hudson/model/Descriptor.java
core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java
core/src/main/resources/lib/form/class-entry.jelly
http://jenkins-ci.org/commit/jenkins/724df641168aa3a213d3322561782a1ba12b2ebd
Log:
Merge remote-tracking branch 'origin/
JENKINS-26781' intoJENKINS-26781