【问题标题】:CVS integration with jenkins : authentication failCVS 与 jenkins 的集成:身份验证失败
【发布时间】: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

【问题讨论】:

    标签: jenkins cvs


    【解决方案1】:

    我终于解决了我的问题。似乎我所有使用 CVS 构建的配置都覆盖了全局配置。

    我在所有 cvs 作业上取消选中此连接需要密码。

    【讨论】:

    • 谢谢,这有帮助。在我的情况下,错误消息是ERROR: CVS Authentication failed: AuthenticationFailed org.netbeans.lib.cvsclient.connection.AuthenticationException: Authentication failed. Response from server was: "E Fatal err". at ...
    猜你喜欢
    • 2014-10-13
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-07-27
    • 2010-10-03
    • 1970-01-01
    • 2014-01-24
    相关资源
    最近更新 更多