jenkins
方法1: 生成 public key/ private key
方法2:直接用账号密码
The password to connect with. If using keys, this is the passphrase for the private key.
忘记密码解决方法
需要删除以下内容:
<useSecurity>true</useSecurity>
<authorizationStategy class="hudson.sucrity.FullControlOnceLoggedInAuthorizationStrategy">
......
</authorizationStategy>
<securityRealm class="hudson.security.HudsonPrivateSecurityRealm">
<disableSignup>false</disableSignup>
..
</securityRealm>

浙公网安备 33010602011771号