[Buildbot-devel] migrating from xmlrpc to json

Jay Lyerly jayl at ensight.com
Fri May 20 14:27:11 UTC 2011


Hi,

I've got a reporting tool that pulls testing data from buildbot.  It
uses the xmlrpc interface which has finally gone away in 0.8.3, so I'm
converting it over to the JSON interface.  I've read through the docs
and looked at the code, so unless I'm missing something, it looks like
the full logs for a build step are not accessible through /json?  I
could get that information through xmlrpc, so I'm surprised that its
not available in the new interface.  Should I just pull

/builders/$BUILDERNAME/builds/$BUILDNUM/steps/$STEPNAME/logs/$LOGNAME

via raw http instead?  I should have enough information to generate that URL.

Thanks,
jay




More information about the devel mailing list