Skip to content

Commit

Permalink
jenkins/config: allow rhkdump org members to cancel and retrigger runs
Browse files Browse the repository at this point in the history
Ideally these ACLs would be finer-grained still so that each org members
can only affect jobs related to their orgs. But OTOH cancelling and
retriggering tests doesn't have to be a super privileged action anyway.
  • Loading branch information
jlebon authored and jbtrystram committed Dec 16, 2024
1 parent a7c9ca3 commit 65efc68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jenkins/config/github-oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jenkins:
# administer Jenkins
- "Overall/Administer:coreos*fedora-coreos-tools"
- "Overall/Administer:coreos*fedora-coreos-releng"
# allow anyone in coreos/ostreedev/openshift to cancel and retrigger runs
# allow anyone in coreos/ostreedev/openshift/rhkdump to cancel and retrigger runs
- "Job/Build:coreos"
- "Job/Build:ostreedev"
- "Job/Build:openshift"
- "Job/Build:rhkdump"
- "Job/Cancel:coreos"
- "Job/Cancel:ostreedev"
- "Job/Cancel:openshift"
- "Job/Cancel:rhkdump"
# anonymous people can only see logs
- "Overall/Read:anonymous"
- "Job/Read:anonymous"
Expand Down

0 comments on commit 65efc68

Please sign in to comment.