Im working on a project t开发者_运维问答o connect to Hudson CI server and Hudson compatible CI servers. I was under the impression CruiseControl has a JSONP API the same as Hudson's but cannot find any documentation on any JSON/P API.
Does anyone here have a cruisecontrol server and can confirm this for me? also what is the URL like? ie: www.domain.com:port/api/json
Also could someone give me a capture of what the output of the json file is like? It would be a huge help!
Thanks
Actually, I do not know about cruisecontrol but I'll focus my answer on JSONP requests.
What is JSONP?
The easiest way to do JSONP request is to use that alternative solution to jQuery's implementation of JSONP which simplify JSONP requests calling.
精彩评论