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
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
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
-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
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