Saturday, January 25, 2014

Jenkins Disable Security realm

1)Stop Jenkins server .

2)Edit the config.xml under $JENKINS_HOME.

3)Look for the useSecurity element in the config.xml file.

4)Replace true with false and Remove the elements authorizationStrategy and securityRealm.

5) Start Jenkins server.

When Jenkins comes up, you will get full access of the system.

No comments:

Post a Comment