How do I jenkins permission on a per job basis?

后端 未结 5 1863
抹茶落季
抹茶落季 2021-02-07 17:58

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:23

    1. Make sure the user account is created
    2. Do not add that user to the global configuration security but do have project matrix enabled security enabled and authenticated users read access
    3. Now go to the job and add that user and choose read.

    4. You can now see that the user has only access to that specific job

提交回复
热议问题