Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from buildbot.status import html
- from buildbot.status.web import authz
- authz_cfg=authz.Authz(
- # change any of these to True to enable; see the manual for more
- # options
- gracefulShutdown = False,
- forceBuild = True, # use this to test your slave once it is set up
- forceAllBuilds = False,
- pingBuilder = False,
- stopBuild = False,
- stopAllBuilds = False,
- cancelPendingBuild = False,
- )
- c['status'].append(html.WebStatus(http_port=8010, authz=authz_cfg))
Advertisement
Add Comment
Please, Sign In to add comment