I'm trying to configure Jenkins to connect to our svn server which is running on a non standard port but I'm getting an error so wondering if anyone can help point out what I'm missing. I'm running Jenkins on a mac under my account (not root) and can successfully issue a svn info command line call to my repo.
Path: environment-builds
My $HOME/subversion config includes a tunnel update but Jenkins or the svnkit is not honoring it
bash-3.2$ cat ./subversion/config | grep -v \#
[auth]
[helpers]
[tunnels]
ssh = /usr/bin/ssh -p 123
[miscellany]
[auto-props]
--
When I attempt to define the credentials for a job which checks out from this repo I get the following error.
Passing user name testuser and password you entered to SSH
FAILED: svn: E210002: There was a problem while connecting to code.myco.com:22
Any suggestions would be greatly appreciated!!