-
Bug
-
Resolution: Fixed
-
Blocker
-
None
The Test Connection test was successful. When hitting Save, the exception below is shown.- It appears all data was saved.- Data remains active in the running Jenkins instance, but is not saved to disk.
net.sf.json.JSONException: JSONObject["tokenCredentialId"] not found.
at net.sf.json.JSONObject.getString(JSONObject.java:2040)
at jenkins.plugins.rocketchatnotifier.RocketChatNotifier$DescriptorImpl.configure(RocketChatNotifier.java:341)
at jenkins.model.Jenkins.configureDescriptor(Jenkins.java:3706)
at jenkins.model.Jenkins.doConfigSubmit(Jenkins.java:3670)