Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot add user to Jenkins (Hudson)

I installed stand alone Jenkins installer. It is available on localhost:8080.

But I cannot understand how to add new account to it. I tried "Configure Jenkinks" -> "enable security" and etc. from https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup

But I stil cannot find where exactly I should type username and password for new account.

This is instruction from wiki:

Click "login" link at the top right portion of the page Choose "create an account"

There is no "create an account" button. I didn't find this button anywhere! Where this form is located?

like image 234
tmporaries Avatar asked Oct 22 '22 07:10

tmporaries


1 Answers

While you enabled security select Jenkins’s own user database under Access Control, mark Allow users to sign up. restart jenkins, you will get sign up option through which you can add users.

like image 152
hitesh chapanera Avatar answered Oct 30 '22 03:10

hitesh chapanera