On Thu, Jul 13, 2017 at 6:55 AM, Ullrich Hafner
<
ullrich...@gmail.com> wrote:
> How can I configure a user in an ATH test case who can edit the Jenkins global configuration (i.e., has ADMINISTER permission), but has no RUN_SCRIPTS permission? Seems that this permission is not available in the Matrix based security.
No, there is no UI for such a configuration using `matrix-auth`, so
such a scenario cannot be tested using ATH.
Anyway ATH is a poor fit for tests like this. Use `JenkinsRule` +
`MockAuthorizationStrategy`.