Give PTLs permission to create branches
This changes gives python-jenkins and jjb PTLs ability to create branches on their projects. Change-Id: I110f0f35f0279ed8403237f0abe41d316274c79a
This commit is contained in:
parent
b2a5702f9a
commit
5edce74296
@ -1,3 +1,6 @@
|
||||
[access "refs/*"]
|
||||
create = group jenkins-job-builder-ptl
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group jenkins-job-builder-core
|
||||
label-Code-Review = -2..+2 group jenkins-job-builder-core
|
||||
|
@ -1,3 +1,6 @@
|
||||
[access "refs/*"]
|
||||
create = group python-jenkins-ptl
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group python-jenkins-core
|
||||
label-Code-Review = -2..+2 group python-jenkins-core
|
||||
|
Loading…
Reference in New Issue
Block a user