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>
复制代码
原文地址:https://www.cnblogs.com/silva/p/6484154.html