I'm using Jenkins 1.611 to build on a windows 10 cloud form vm. I'm building from a repo on bitbucket. I have Git for Windows 2.12.2 installed and can clone and pull from the repo in question manually from the Jenkins workspace directory. I can also use git and ssh from the windows command line. So I'm pretty sure my PATH variables are correct. However I continuously get the error below. I've looked at a lot of Jenkins git/ssh questions but can't find a solution.
> git config remote.origin.url git@bitbucket.org:<my repo> # timeout=10
10:56:07 Fetching upstream changes from git@bitbucket.org:<my repo>
10:56:07 > git --version # timeout=10
10:56:08 using GIT_SSH to set credentials
10:56:08 FATAL: ssh executable not found. The git plugin only supporofficial git client http://git-scm.com/download/win
10:56:08 java.lang.RuntimeException: ssh executable not found. The git plugin only supports official git client http://git-scm.com/download/win