Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
1  
I believe this page gives the answer: wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup – user728281 Dec 12 '12 at 23:59

1 Answer

up vote 4 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.