-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.277.3
Gerrit Trigger:2.33.0
Unable to save job config after updating to the latest version of Jenkins. Steps to reproduce.
- Push a job to Jenkins using JJB
- Jenkins -> login -> Find the job -> configure
- Change any of the job config settings
- Save changes in the job config.
- Returns the below error
net.sf.json.JSONException: JSONObject["com-sonyericsson-hudson-plugins-gerrit-trigger-hudsontrigger-GerritTrigger"] is not a JSONObject.
at net.sf.json.JSONObject.getJSONObject(JSONObject.java:2006)
... at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:383)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036)