Latest Buildbot (0.9.0b6) on CentOS 7

Shortly after I wrote that last post, I realised there was a newer version of  Buildbot, and it has a far nicer UI. I’ve linked to the new Dockerfiles below.

.

The main changes in the Dockerfile are

  • forcing a version from pip
  • manually installing waterfall & console plugins

The main changes in the master.cfg are:

  • Removing old WWW config
  • Removing old Auth settings

Both of the above are replaced by a short block of code:

# www

c['buildbotURL'] = "http://localhost:8020/"

c['www'] = dict(port=8020,
 plugins=dict(waterfall_view={}, console_view={}))

which is enabled by a new Web Server module. Note the port change.

New Master Dockerfile, no change to slave: http://pastebin.com/Gz30Qe0f