【发布时间】:2014-11-17 17:03:31
【问题描述】:
我在 jenkins 上的所有 CVS 构建都失败,并显示以下消息。 我在命令行上检查我的凭据是否正确。 cvs的命令行版本是1.11.22
这已经工作了一年多
我试图降级 cvs 插件,以防万一新版本出现问题。
我们使用 cvs 和 pserver 协议。
詹金斯版本:1.590
CVS 插件版本:2.12
Building on master in workspace /storage/jenkins/jobs/VIF_TRANSLATION_TOOLS/workspace
Using locally configured password for connection to :pserver:mvn@cvs-java.vif.tm.fr:2401/u/cvs
cvs checkout -P -D 17 Nov 2014 17:45:24 +0100 -d workspace VIF_ENVDEV/VIF_TRANSLATION_TOOLS
ERROR: CVS Authentication failed: AuthenticationFailed
org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong Password.
at org.netbeans.lib.cvsclient.connection.PServerConnection.openConnection(PServerConnection.java:267)
at org.netbeans.lib.cvsclient.connection.PServerConnection.open(PServerConnection.java:352)
at org.netbeans.lib.cvsclient.Client$1.run(Client.java:374)
at java.lang.Thread.run(Thread.java:724)
ERROR: Cvs task failed
Retrying after 10 seconds
Using locally configured password for connection to :pserver:mvn@cvs-java.vif.tm.fr:2401/u/cvs
cvs checkout -P -D 17 Nov 2014 17:45:35 +0100 -d workspace VIF_ENVDEV/VIF_TRANSLATION_TOOLS
ERROR: CVS Authentication failed: AuthenticationFailed
org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong Password.
at org.netbeans.lib.cvsclient.connection.PServerConnection.openConnection(PServerConnection.java:267)
at org.netbeans.lib.cvsclient.connection.PServerConnection.open(PServerConnection.java:352)
at org.netbeans.lib.cvsclient.Client$1.run(Client.java:374)
at java.lang.Thread.run(Thread.java:724)
ERROR: Cvs task failed
Retrying after 10 seconds
【问题讨论】: