Deploy as Jenkins User or Allow Jenkins To Run As Different User?

前端 未结 2 1912
日久生厌
日久生厌 2021-02-14 21:16

I\'m just getting started with Jenkins CI, and had a question which I\'m struggling to find answers for in the docs or online. Wonder if someone might be able to offer some adv

2条回答
  •  南笙
    南笙 (楼主)
    2021-02-14 22:15

    Did you try this?

    1. Contact your OS admin team to grant to access to perform few operations on your version control using SUDO access.

    2. OR run the command using sudo -H -u command parameters..

提交回复
热议问题