Run Jenkins jobs on Linux under a User

后端 未结 3 1498
醉梦人生
醉梦人生 2021-01-01 12:41

I have Jenkins installed in Linux and I want to run the build(s) under a user.

Not just a simple user, but one that belongs to the list of user that access the linux

3条回答
  •  旧巷少年郎
    2021-01-01 13:47

    There is nothing only the root user could do that you cant do in a proper way, by creating a dedicated user for your task with proper rights on the concerned files or binaries. Give example of the task you want to do as root if you need more accurate example.

提交回复
热议问题