0

please tell me.

Installed jenkins, clicked global security, add a matrix. Add user with all rights. Saved, throws on a window prompting you to enter your login and password.

And what is the password? !!! There is no field for entering a password.

How do I make the admin user - this is the main question. Add a screen to make it clear.

How resets authorization I know. I do not understand how to add the admin user ?

thanks.

enter image description here

upd to first answer and my comment

enter image description here

JDev
  • 2,157
  • 3
  • 31
  • 57

1 Answers1

2

Remove your root user, keep the other settings and save again (Ignore the exception if any is thrown).

Restart the jenkins service and then call http://your-jenkins-url.com/signup

Here you can add a new user. After the creation you can access the securtity settings page to edit the matrix for your user according to your needs.

https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup

Vall0n
  • 1,601
  • 2
  • 14
  • 19
  • thanks a lot. Now I have my user and admin. What to do with the admin account? Or is the group? Attach the screen to the first message. – JDev Dec 19 '14 at 10:11