-
Bug
-
Resolution: Won't Fix
-
Major
-
Ubuntu Server - Linux - 64 bit
Jenkins 1.570
Bitbucket plugin 1.0
While simulating a webhook request with a POST, the plugin can't parse the request payload, saying that the JSON must begin with '{' (which it does).
Tried with payload=
{ [JSON content] } and raw { [JSON content] }on body, but both didn't work.
Using this same request options on a PUT request works fine.
The log generated by Jenkins is attached in this issue. If you need any other information, please ask.
- is related to
-
JENKINS-24807 Cannot POST job configuration changes
- Open