0

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

sbonnick
  • 3
  • 2

1 Answers1

0

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.

Community
  • 1
  • 1
Ahmed Atia
  • 17,848
  • 25
  • 91
  • 133
  • Thanks Ahmed, however my issue is not with JSONP. I already have working JSONP communication. My issue is I do not know the specific format of the cruisecontrol api and the url location to such api. – sbonnick Feb 22 '11 at 14:54