https://github.com/jenkinsci/jenkins/commit/c01333c346176c93e8cbf93b5822978d8d2c0bff introduced a new behavior that breaks several plugins. The issue seems to arise only when a class that extends Descriptor implements its own newInstance method.
- is blocking
-
JENKINS-20221 Job configuration cannot be saved anymore after upgrade to 1.536 and Maven Plugin 2.0 with LogfileSizeChecker Plugin
-
- Resolved
-
-
JENKINS-20186 MalformedURLException in mercurial.browser.KilnHG for HTTPS URL
-
- Resolved
-
-
JENKINS-20205 JSONException saving periodicreincarnation.JobLocalConfiguration
-
- Resolved
-
-
JENKINS-20198 Failed to instantiate class hudson.plugins.emailext.ExtendedEmailPublisher
-
- Resolved
-
-
JENKINS-20199 Failed to instantiate class hudson.plugins.checkstyle.CheckStylePublisher
-
- Resolved
-
-
JENKINS-20201 Github plugin failure - NullPointerException when attempting do save job
-
- Resolved
-
-
JENKINS-20123 Save ANY job configuration causes Git Plugin to throw NPE
-
- Closed
-
-
JENKINS-20180 Jenkins fails to save configuration if invoking gradle file with: net.sf.json.JSONException: JSONObject["useWrapper"] is not a JSONObject
-
- Closed
-
-
JENKINS-18629 Jenkins fails to save configuration when using Invoke Gradle script in Conditional Step (single).
-
- Closed
-
[JENKINS-20262] Fix for JENKINS-18629 caused a regression in several plugins
Link |
New:
This issue is related to |
Link |
New:
This issue is blocking |
Link |
New:
This issue is blocking |
Link |
New:
This issue is blocking |
Assignee | Original: Alex Earl [ slide_o_mix ] | New: Kohsuke Kawaguchi [ kktest4 ] |
Assignee | Original: Kohsuke Kawaguchi [ kktest4 ] | New: Kohsuke Kawaguchi [ kohsuke ] |
It seems like the new BindingInterceptor is changing behavior for how classes that follow the Descriptor/Describable pattern are instantiated.