Navigation Menu

Skip to content

Commit

Permalink
Permit forcing/stopping multiple builds at once
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Sep 3, 2016
1 parent 1bbb088 commit 0d7bfc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildmaster/master.cfg
Expand Up @@ -1561,7 +1561,9 @@ c['status'] = [
authz=Authz(
auth=CustomAuth(os.path.join(os.path.dirname(__file__), 'users')),
forceBuild='auth',
forceAllBuilds='auth',
stopBuild='auth',
stopAllBuilds='auth',
cancelPendingBuild='auth',
),
change_hook_dialects={
Expand Down

0 comments on commit 0d7bfc0

Please sign in to comment.