Re: Jenkins and Git Error Returned Status Code 128:

2015-09-16 Thread Mark Waite
I created https://markwaite.visualstudio.com/ . I was able to upload the git client plugin source code and checkout from that repository into a Jenkins job using my Visual Studio Online user name and password in the credentials associated with the Jenkins job. I confirmed I could checkout on Wind

Re: Jenkins and Git Error Returned Status Code 128:

2015-09-16 Thread angel . williams
Again this is the error I get if I supply credentials via the GIT source code setup traditionaly: Failed to connect to repository : Command "C:\Git\cmd\git.exe -c core.askpass=true ls-remote -h https://company.visualstudio.com/DefaultCollection/_git/CompanyHEAD"; returned status code 128: stdou

Re: Jenkins and Git Error Returned Status Code 128:

2015-09-16 Thread angel . williams
Mark, I can through jenkins do a complete commandline clone, checkout and all what I can't do is get the GIT Plugin/ Source inside a job do it without that type of access i can't use scm polling at all to start a build if there are changes. I do not do daily builds unles there is a change. I

Re: Jenkins and Git Error Returned Status Code 128:

2015-09-10 Thread Mark Waite
If you're new to git, then I'd suggest the following steps to have some quick, positive experiences that will also confirm your Jenkins installation is working reasonably. Those steps may also help you identify areas where you need to fine tune or improve your Jenkins installation. 1. Add JGit

Re: Jenkins and Git Error Returned Status Code 128:

2015-09-10 Thread angel . williams
Mark, Can you supply a commandline to use.. that is how new to GIT I am and if you know a good site for details on GIT that I can get up to speed on it. On Wednesday, September 9, 2015 at 5:50:57 PM UTC-6, Mark Waite wrote: > > Some of the things you can test to see if any of them help: > >1

Re: Jenkins and Git Error Returned Status Code 128:

2015-09-09 Thread Mark Waite
Some of the things you can test to see if any of them help: 1. Use a command line git version that is new enough to support credentials (1.8 or newer is enough, 1.7.10 is also reported to work) 2. Confirm you can clone your repository using command line git and the specific URL, userna

Jenkins and Git Error Returned Status Code 128:

2015-09-09 Thread angel . williams
How do I allow jenkins to access GIT source from the VSOnline GIT source? https://company.visualstudio.com/DefaultCollection/_git/company Failed to connect to repository : Command "C:\Program Files\Git\bin\git.exe -c core.askpass=true ls-remote -h 'https://company.visualstudio.com/DefaultCollec