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:
stdout:
stderr: fatal: unable to access 
'https://company.visualstudio.com/DefaultCollection/_git/Company/': error 
setting certificate verify locations:
  CAfile: C:/Git/mingw64/libexec/ssl/certs/ca-bundle.crt
  CApath: none

If  I try this as the Repository 
URL: 
https://user:[email protected]/DefaultCollection/_git/Company
I get this error:
Failed to connect to repository : Command "C:\Git\cmd\git.exe -c 
core.askpass=true ls-remote -h 
https://user:[email protected]/DefaultCollection/_git/Company 
HEAD" returned status code 128:
stdout:
stderr: fatal: unable to access 
'https://user:[email protected]/DefaultCollection/_git/Company/':
 
error setting certificate verify locations:
  CAfile: C:/Git/mingw64/libexec/ssl/certs/ca-bundle.crt
  CApath: none


On Wednesday, September 9, 2015 at 5:12:07 PM UTC-6, 
[email protected] wrote:
>
> 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/DefaultCollection/_git/Company HEAD" 
> returned status code 128:
> stdout: 
> stderr: fatal: Authentication failed for '
> https://company.visualstudio.com/DefaultCollection/_git/Company/
>
> I set up an alternate authentication method on my account in VSOnline but 
> I still can't access it.
>
> Someone suggested I use a commandline option in a build step but am 
> unfamiliar with how to do that as well..
>
> Any help would be greatly appreciated.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/fff4c7e3-c265-4f42-8f6b-9e43e7c07f63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to