I'm using the Jenkins Role Strategy plugin
to enforce restrictions on the creation of jobs that don't match the expression set in Item roles.
The problem here is that users in the hello
group are able to create jobs with any prefix at all.
My expectation is that users in this group should only be able to jobs that start with hello
I don't want to use the Pattern
strategy as I'd like the restrictions to be project-based.
What am I doing wrong, please or am I missing something completely?
question from:
https://stackoverflow.com/questions/65886730/restrict-project-naming-not-being-enforced 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…