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:
Khai Do 2014-07-03 12:53:28 -07:00
parent b2a5702f9a
commit 5edce74296
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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