Ticket #528 (closed enhancement: wontfix)

Opened 4 years ago

Last modified 4 years ago

can buildbot generate static html file not dynamic page?

Reported by: ipv6guru Owned by:
Priority: major Milestone: undecided
Version: 0.7.10 Keywords: sourceforge 1517950
Cc:

Description

Can buildbot be modified to allow generation of a static html file instead of the usual dynamically-generated html status page?

I ask because some environments with specific security concerns want to make sure that the buildbot waterfall page is visible inhouse, and *not* visible to outside customers. To meet these concerns, they want to have all html pages served through the same HTTP server, with the same security-vetted configurations. For these environments, its would be great if buildbot generated a html file at some user-specified frequency, and relied on a external http server to serve the page as needed.

When run in this "page-generator" mode, it would explicitly mean not enabling any http capabilities of buildbot.

Submitted: John O'Duinn ( joduinn ) - 2006-07-06 14:51

Change History

comment:1 Changed 4 years ago by ipv6guru

Moved from sourceforge

comment:2 Changed 4 years ago by dustin

  • Status changed from new to closed
  • Resolution set to wontfix

You could do this with an external script (e.g., wget)

Note: See TracTickets for help on using tickets.