|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Having the same issue here.
Situation:
-CVS Repo with EXT access method (SSH)
-Username/password login to SSH
-priv/pub key set to a location reachable by master but not by slave (actually unnecessary since user/pass auth is used)
Analysis:
-Plugin uses the user/pass information but IN ADDITION also tries to load priv/pub key.
-Plugin fails because key pair location does not exist on slave.
Conclusion:
CVS plugin always uses keypair information to setup EXT CVS connection. This is unwanted behaviour in my case.