Re: Help me with this error

2017-01-11 Thread Mark Waite
If you installed git and added it to the PATH, then you should only need to use the default "git". If you did not add it to the PATH, then you'll need to provide the absolute path to the executable. Mark Waite On Wed, Jan 11, 2017 at 10:28 PM Sathish M wrote: > I've Installed that git online.

Re: Help me with this error

2017-01-11 Thread Sathish M
I've Installed that git online. So the path is not required right -- Sathish M On Thu, Jan 12, 2017 at 10:48 AM, Mark Waite wrote: > The git plugin allows a user to define the git executable which will be > used to perform git commands. That allows users to override the default > git executab

Re: Help me with this error

2017-01-11 Thread Mark Waite
The git plugin allows a user to define the git executable which will be used to perform git commands. That allows users to override the default git executable (for example, with /usr/local/bin/git instead of the default "git"). That configuration is performed through "Manage Jenkins" -> "Global T

Re: Help me with this error

2017-01-11 Thread Sathish M
Sorry I didn't get you. On Thursday, January 12, 2017 at 12:45:15 AM UTC+5:30, Mark Waite wrote: > > The output > > > init C:\Users\User\.jenkins\workspace\test-git # timeout=10 > > usually means that you've made a system configuration error. You've > probably defined the name of the git execut

Re: Help me with this error

2017-01-11 Thread Sathish M
yes On Wednesday, January 11, 2017 at 11:01:38 PM UTC+5:30, harold...@lexmark.com wrote: > > Is Git properly installed on your Jenkins server? > > > https://support.cloudbees.com/hc/en-us/articles/218156697-Git-Failed-to-connect-to-repository-Could-not-init-tmp > > On Wednesday, January 11, 2017

Re: Help me with this error

2017-01-11 Thread Mark Waite
The output > init C:\Users\User\.jenkins\workspace\test-git # timeout=10 usually means that you've made a system configuration error. You've probably defined the name of the git executable as an empty field or empty string. That line should have been: > git init C:\Users\User\.jenkins\worksp

Re: Help me with this error

2017-01-11 Thread harold . putman
Is Git properly installed on your Jenkins server? https://support.cloudbees.com/hc/en-us/articles/218156697-Git-Failed-to-connect-to-repository-Could-not-init-tmp On Wednesday, January 11, 2017 at 7:19:44 AM UTC-5, Sathish M wrote: > > > Failed to connect to repository : Error performing command:

Help me with this error

2017-01-11 Thread Sathish M
Failed to connect to repository : Error performing command: ls-remote -h g...@github.com: and Started by user Administrator Building on master in workspace C:\Users\User\.jenkins\workspace\test-git Cloning the remote Git repository Cloning repository g.