jenkinsci / build-timeout-plugin

Jenkins build-timeout plugin
https://plugins.jenkins.io/build-timeout/
31 stars 80 forks source link

[JENKINS-62275] Jenkins.MANAGE has access to global config #78

Closed amuniz closed 4 years ago

amuniz commented 4 years ago

JENKINS-62275

This is using the new Jenkins.MANAGE permission. It is intended to grant an intermediate access level to global configuration for non admins but more than read users.

Enabling the BuildStep Action falls into this category so users with Jenkins.MANAGE should be able to configure it.

(I've also updated the the minimum Jenkins core LTS including the Jenkins.MANAGE and updated to a newer parent pom).

amuniz commented 4 years ago

@ikedam are you a maintainer here? I'd appreciate a review/merge. Thanks!

ikedam commented 4 years ago

Screenshot: Screenshot_2020-05-24-Configure-System- Jenkins

BuildStep Action is available for users with Overall/Manage permission, while other configurations (for administrators) are not shown.