[Buildbot-commits] [Buildbot] #1863: Make it easier to embed current build status into external web pages

Buildbot nobody at buildbot.net
Wed Mar 9 08:55:07 UTC 2011


#1863: Make it easier to embed current build status into external web pages
------------------------+-----------------------
Reporter:  deng         |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  minor        |  Milestone:  undecided
 Version:  0.8.3p1      |   Keywords:
------------------------+-----------------------
 For the CEDET project, I wanted to embed the current build status on the
 project's web page, which is hosted on another webserver than the
 buildbot. I had to use an ugly kludge using multiple iframes, each of the
 form

 {{{
 <iframe
 src="http://mybuildbotserver/buildstatus?builder=buildername&number=-1"
 width="190" height="400" frameborder=0>
 }}}

 (BTW, I figured out through trial&error that '-1' will give me the latest
 build; if this is the desired behavior, this should be documented).

 You can see the result here:

 http://cedet.sourceforge.net/bzr-repo.shtml

 It would be great if buildbot could serve such a page without that much
 hassle. Ideally, it would serve an image, so that no iframe would be
 necesseary, but that might be too complicated to do?

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1863>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list