-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 1.525 on W2008.
I'm receiving SNS and SQS notifications to Jenkins but an error is being recorded in the log when it tries to read the JSON:
Aug 23, 2013 8:40:31 PM SEVERE com.base2services.jenkins.SqsQueueHandler$SQSQueueReceiver run
unable to trigger builds A JSONObject text must begin with '{' at character 1 of "ref":"refs/heads/master","after":"11e0746b69050d489092038900c610f784d8b2e3","before":"2a0635b12f4468f8a372286db00be3425e4104cf","created":false...
The email notification from SNS appears to have the '{' character:
{"ref":"refs/heads/master","after":"11e0746b69050d489092038900c610f784d8b2e3","before":"2a0635b12f4468f8a372286db00be3425e4104cf","created":false...
Is this an issue?