Created
December 7, 2015 13:41
-
-
Save wappy100/19e19a95db3e434bbc94 to your computer and use it in GitHub Desktop.
Jenkinsでログイン設定してログインできなくなった時の対処 ref: http://qiita.com/wappy100/items/053fd584cfcd62159082
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
| # /var/lib/jenkins/config.xml | |
| <useSecurity>true</useSecurity> | |
| ↓ | |
| <useSecurity>false</useSecurity> |
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
| service jenkins restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment