On Thu, Jul 13, 2017 at 6:55 AM, Ullrich Hafner <[email protected]> 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`. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0hiz4aQtpjix4vJnMM99rG8YhHSSvs8yP0_qDVryLFYQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
