Jenkins Add permissions to jobs using groovy -



Jenkins Add permissions to jobs using groovy -

i need add together permissions (read, build, workspace, cancel etc) spesific user lot of jobs. i'm wondering there way using groovy script instead of doing manually.

as far know trying not possible.

link: https://wiki.jenkins-ci.org/display/jenkins/matrix-based+security

i recommend using 'configuration slicing' if there alter want apply multiple jobs @ same time.

https://wiki.jenkins-ci.org/display/jenkins/configuration+slicing+plugin

but don't think permissions part of configuration slicing anyway.

groovy jenkins jenkins-cli

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -