1.Jenkins installation steps: https://www.jb51.net/article/176615.htm 2. Change password (1) Edit Jenkins' config.xml configuration file (2) Modify relevant configurations 1. Enter the search command to find the configuration location: /useSecurity 2. Use the <!----> symbol to comment or directly delete the following configuration <useSecurity>true</useSecurity> <authorizationStrategy class="hudson.security.FullControlOnceLoggedInAuthorizationStrategy"> <denyAnonymousReadAccess>true</denyAnonymousReadAccess> </authorizationStrategy> <securityRealm class="hudson.security.HudsonPrivateSecurityRealm"> <disableSignup>true</disableSignup> <enableCaptcha>false</enableCaptcha> </securityRealm> (3) Restart Jenkins (4) Refresh the browser and log in to Jenkins directly (you don’t need to enter a password to log in at this time) Home -> System Management -> Global Security Configuration -> Check "Enable Security" -> Save (6) Change password Home -> User List -> Select a "User" and click to enter the details page -> Settings -> Change Password -> Save (7) Restart Jenkins. Now you need a password to log in. Summarize The above is the operation steps for forgetting the password of Jenkins under Linux introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Mysql error: Too many connections solution
>>: Why not use UTF-8 encoding in MySQL?
The specific code is as follows: The html code is...
1. Use data from table A to update the content of...
Website administrators often accidentally delete ...
To merge the following two files, merge them toge...
1. What are the formats of lines? You can see you...
Under Ubuntu 18.04 1. sudo apt install python ins...
1. Zabbix backup [root@iZ2zeapnvuohe8p14289u6Z /]...
Preface Hello everyone, this is the CSS wizard - ...
Preface Every time I use the terminal to create a...
When Docker starts a container, it specifies the ...
Preface Recently, I found a pitfall in upgrading ...
I wonder if you have ever thought about this ques...
The computer system is: win7 This article is main...
mysql correctly cleans up binlog logs Preface: Th...
1. Documentation Rules 1. Case sensitive. 2. The a...