Re: CVS_RSH

2013-07-16 Thread Swordfish
On Tuesday, July 16, 2013 12:34:11 PM UTC+1, Swordfish wrote: > > Jenkins version 1.523, CVS plugin version 1.29. > > Correction: Plugin version 2.9 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rece

CVS_RSH

2013-07-16 Thread Swordfish
I can't get Jenkins to check anything out from CVS. I'm trying to use a private key to log into CVS over SSH. This works just fine in Hudson. I think the key difference is that in Hudson there is a CVS_RSH box, in which I've put "ssh". This does not appear to

Re: Jenkins console gives "Connection refused" when using :ext: for CVSROOT and CVS_RSH=ssh

2013-01-22 Thread Cynsa Bonorris
that did the trick! version 2.7 lets you set CVS_RSH as an Advanced option under Source Code Management in the job config. many thanks! was really butting my head against this. -cynsa On Sunday, January 20, 2013 9:10:21 AM UTC-8, michael@gmail.com wrote: > > Have you tried updatin

Re: Jenkins console gives "Connection refused" when using :ext: for CVSROOT and CVS_RSH=ssh

2013-01-20 Thread michael . m . clarke
-P -r > foo-branch -f configuration > XX: Connection refused > cvs [checkout aborted]: end of file from server (consult above messages if > any) > FATAL: CVS failed. exit code=1 > > > (I've obscured our cvs server info in the above.) > > > in my

Jenkins console gives "Connection refused" when using :ext: for CVSROOT and CVS_RSH=ssh

2013-01-11 Thread Cynsa Bonorris
on refused cvs [checkout aborted]: end of file from server (consult above messages if any) FATAL: CVS failed. exit code=1 (I've obscured our cvs server info in the above.) in my Jenkins master Global Properties I have the envar CVS_RSH with the value /usr/bin/ssh but when I use groovysc