How do I jenkins permission on a per job basis?

后端 未结 5 1274
醉话见心
醉话见心 2021-02-07 18:03

Some jobs push to QA and some jobs push to Production.

Only devs should be allowed to push to QA and only QA should be allowed to push to production. Aside from making

5条回答
  •  轮回少年
    2021-02-07 18:32

    I just found the ownership based security method for doing per-job and per-node permissions. Not applicable in all situations but sometimes very useful - like when other teams are running few jobs on your team's instance.

提交回复
热议问题