qadevel buildmaster: allow authenticated user to cancel pending builds
This commit is contained in:
parent
19e674a577
commit
3a49e0b8bc
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ authz_cfg=authz.Authz(
|
||||||
pingBuilder = False,
|
pingBuilder = False,
|
||||||
stopBuild = False,
|
stopBuild = False,
|
||||||
stopAllBuilds = False,
|
stopAllBuilds = False,
|
||||||
cancelPendingBuild = False,
|
cancelPendingBuild = 'auth',
|
||||||
)
|
)
|
||||||
c['status'].append(html.WebStatus(http_port=8080, authz=authz_cfg,
|
c['status'].append(html.WebStatus(http_port=8080, authz=authz_cfg,
|
||||||
change_hook_dialects={'base':True}))
|
change_hook_dialects={'base':True}))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue