7525eeb9d1
Here we are import 2 ansible roles to be used by windmill. They provide functionality for Jenkins. Jobs will be voting, except functional testing. This will need a few patches to clean up. We'll also be adding IRC notifications into the #openstack-windmill channel. Change-Id: I19581f036da15d0b635bf1da592e14f05066fcdb Signed-off-by: Paul Belanger <pabelanger@redhat.com>
15 lines
387 B
Plaintext
15 lines
387 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group ansible-role-jenkins-plugins-core
|
|
label-Code-Review = -2..+2 group ansible-role-jenkins-plugins-core
|
|
label-Workflow = -1..+1 group ansible-role-jenkins-plugins-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group ansible-role-jenkins-plugins-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|