Re: Git plugin on Jenkins fails to check out with fetching errors

2015-07-09 Thread Mark Waite
I regularly test URL's of the form: g...@github.com:MarkEWaite/git-client-plugin g...@github.com:MarkEWaite/bin ssh://markewa...@git.code.sf.net/p/git-client-plugin/code I've never seen a URL user@host/path, rather they've more typically been user@host:path . Mark Waite On Thu, Jul 9, 2015 at 1

Re: Git plugin on Jenkins fails to check out with fetching errors

2015-07-09 Thread Björn Pedersen
Repo URL: g...@ss.abc.com/dev/test.git This seems wrong: I would expect ssh://g...@ss.abc.com/dev/test.git

Re: Git plugin on Jenkins fails to check out with fetching errors

2015-07-08 Thread Mark Waite
Some things you could try to see if they help: - Confirm that you have the correct URL for the repository and that you can clone from a command line - Confirm that you can clone from inside a jenkins job using that command line - Confirm that you've entered the credential correctly - Confirm that

Git plugin on Jenkins fails to check out with fetching errors

2015-07-08 Thread Zk W
Hi All Jenkins 1.519 Git client plugin 1.17.1 Git plugin 2.2.12 Credentials Plugin 1.22 mailer 1.5 scm-api 0.2 ssh-credential 1.11 matrix-project - not installed We