Hi, I'm facing a similar issue--
ERROR: CVS Authentication failed: nullorg.netbeans.lib.cvsclient.connection.AuthenticationException <http://stacktrace.jenkins-ci.org/search?query=org.netbeans.lib.cvsclient.connection.AuthenticationException>: SSH connection failed. at org.netbeans.lib.cvsclient.connection.SSHConnection.open(SSHConnection.java:141) <http://stacktrace.jenkins-ci.org/search/?query=org.netbeans.lib.cvsclient.connection.SSHConnection.open&entity=method> at org.netbeans.lib.cvsclient.Client$1.run(Client.java:374) <http://stacktrace.jenkins-ci.org/search/?query=org.netbeans.lib.cvsclient.Client$1.run&entity=method> at java.lang.Thread.run(Thread.java:804) <http://stacktrace.jenkins-ci.org/search/?query=java.lang.Thread.run&entity=method> Caused by: com.jcraft.jsch.JSchException <http://stacktrace.jenkins-ci.org/search?query=com.jcraft.jsch.JSchException>: Auth cancel at com.jcraft.jsch.Session.connect(Session.java:511) <http://stacktrace.jenkins-ci.org/search/?query=com.jcraft.jsch.Session.connect&entity=method> at com.jcraft.jsch.Session.connect(Session.java:183) <http://stacktrace.jenkins-ci.org/search/?query=com.jcraft.jsch.Session.connect&entity=method> at org.netbeans.lib.cvsclient.connection.SSHConnection.open(SSHConnection.java:139) <http://stacktrace.jenkins-ci.org/search/?query=org.netbeans.lib.cvsclient.connection.SSHConnection.open&entity=method> ... 2 more ERROR: Cvs task failedFinished <http://stacktrace.jenkins-ci.org/search?query=Finished>: FAILURE I'm using jenkins version 2.32 and CVS plug-in 2.12 Can anyone tell how to resolve it? Thanks in advance. On Friday, July 12, 2013 at 3:27:22 AM UTC+5:30, Sameh Tawfik wrote: > > > Hi, > > I'm using Jenkins ver. 1.522 > > Under "Manage Jenkins\Configure System\CVS\ Authentication" , I setup CVS > Root, Username, and Password, but under same "CVS" section there are these > fields: "Private Key Location", "Private Key Password", "Known Hosts > Location" which I'm not using or need, because instead I'm using the values > under the Authentication. > > Everytime, I remove the values specified for "Private Key Location", > "Private Key Password", "Known Hosts Location" fields and save, when I go > back Jenkins is populating these values again with the same default values? > > The problem everytime, Jenkins runs a build it fails with the following > message: > > ERROR: CVS Authentication failed: null > Caused by: *com.jcraft.jsch.JSchException* > <http://stacktrace.jenkins-ci.org/search?query=com.jcraft.jsch.JSchException>: > > java.io.FileNotFoundException: /var/lib/jenkins/.ssh/id_dsa (No such file > or directory) > > So, how to instruct Jenkins to not to use the "Private Key Location", > "Private Key Password", "Known Hosts Location" fields and use instead the > user and password supplied? > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d65c32cb-0a28-4c9b-868e-c4b46b3bd8e3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
