Add Users to Jenkins with “Allow users to sign up” Disabled

后端 未结 4 677
鱼传尺愫
鱼传尺愫 2020-12-28 11:46

I do not want new users to be able to sign up. So in Jenkin\'s Configuration, I disabled \"Allow users to sign up\" with using Jenkin\'s own user database.

But how c

4条回答
  •  一个人的身影
    2020-12-28 12:13

    Manage Jenkins -> Jenkins own user database, Anyone can do anything. Then you are not forced to login or signup. Manage Jenkins -> Manage Users and you create your users, then setup security accordingly.

    If you don't setup the security method first there is no way to add users.

    A convenient way for configuring Jenkins is to edit the config.xml file directly and use the Manage Jenkins -> Reload configuration from Disk hyperlink instead of restarting the service.

提交回复
热议问题