Created
February 3, 2016 00:57
-
-
Save Sunnepah/ebab5fb9a2db0acfd861 to your computer and use it in GitHub Desktop.
Reset Bitnami Jenkins password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. SSH to server and edit /opt/bitnami/apps/jenkins/jenkins_home/config.xml | |
Set disableSignup to false: <disableSignup>false</disableSignup> | |
2. Restart | |
/etc/init.d/bitnami restart | |
3. Sign up via the web interface | |
4. Edit /opt/bitnami/apps/jenkins/jenkins_home/config.xml | |
Copy the user permissions for the default user and assign these to the newly signed up user | |
Set disableSignup to true | |
5. Restart | |
/etc/init.d/bitnami restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment