Buildbot: Is there a way to force all the builders to build? -
so, problem: have buildbot set build @ 3 pm, altho when work during night, in situation need trigger builders.
i aware use buildmaster make fake commit , trigger build, trying achieve here "mass rebuild", if go in each specific builder, select build, , push "rebuild" button.
i can't figure out button doing, looking @ page code (i no html expert), , in documentation of buildbot seems there no trace of how standard pages came buildbot structured , operate.
i wish add button in waterfall can force builders (they 26, can imagine effort trigger them 1 one).
does knows command used "rebuild" button, , how can take advantage of build builders?
thanks!
at bottom of builders page have (or can configure) "force selected builds" , "force builds" menus if don't have can configure
users = [(user, password)] authz_cfg=authz.authz(auth=basicauth(users), forcebuild = 'auth', forceallbuilds = true, cancelpendingbuild = true, stopbuild = true, stopallbuilds = true, )
you can read more authz in documentation
Comments
Post a Comment