When I go to mydomain.com:8080 there is no authorization mechanism by default. I have had look at the configuration area but cannot find anywhere to add a basic username and password
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Go to Manage Jenkins>Configure System and select the "Enable Security" check box. For basic username/password authentication, I would recommend selecting "Jenkins Own User Database" for the security realm and then selecting "Logged in Users can do anything" or a matrix based strategy (If you have multiple users with different permissions) for the Authorization. |
|||
|
|