Last active
January 23, 2018 02:30
Jenkins error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error while serving http://redacted-url/jira-trigger-webhook-receiver/ | |
org.codehaus.jettison.json.JSONException: JSONObject["description"] not found. | |
at org.codehaus.jettison.json.JSONObject.get(JSONObject.java:360) | |
at org.codehaus.jettison.json.JSONObject.getString(JSONObject.java:487) | |
at com.atlassian.jira.rest.client.internal.json.StatusJsonParser.parse(StatusJsonParser.java:31) | |
at com.atlassian.jira.rest.client.internal.json.IssueJsonParser.parse(IssueJsonParser.java:244) | |
at com.atlassian.jira.rest.client.internal.json.IssueJsonParser$parse.call(Unknown Source) | |
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113) | |
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125) | |
at com.ceilfors.jenkins.plugins.jiratrigger.webhook.WebhookCommentEventJsonParser.parse(WebhookCommentEventJsonParser.groovy:23) | |
at com.ceilfors.jenkins.plugins.jiratrigger.webhook.WebhookCommentEventJsonParser$parse.call(Unknown Source) | |
at com.ceilfors.jenkins.plugins.jiratrigger.webhook.JiraWebhook.processEvent(JiraWebhook.groovy:70) | |
at com.ceilfors.jenkins.plugins.jiratrigger.webhook.JiraWebhook$processEvent.callCurrent(Unknown Source) | |
at com.ceilfors.jenkins.plugins.jiratrigger.webhook.JiraWebhook.doIndex(JiraWebhook.groovy:50) | |
at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627) | |
at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:343) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment