CruiseControl and JSONP API

240 views Asked by At

Im working on a project to 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

1

There are 1 answers

1
Ahmed Atia On BEST ANSWER

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.