If your git repositories are reasonably sized and you're not using exotic features of the git plugin, you could use the Jenkins global configuration page to "add a Git installation". If you choose "JGit", it will use a pure Java implementation of Git so you don't need to install git on your Jenkins machine. http://localhost:8080/configure is the place to add a Git installation.
Alternately, you'll need to install Git on each computer that will run Jenkins. Mark Waite On Tue, Feb 4, 2014 at 11:04 AM, Lily Fu <[email protected]> wrote: > Thank you! > > > > This is way too easy... I was expecting much more complex steps... > > > > Only I got: > > Cannot find git.exe on my local computer (all paths) > > > > My git server is remote, how can I configure it to talk with remote git > server? > > > > Thanks, > > > > Lily > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Stephen Connolly > *Sent:* Tuesday, February 04, 2014 12:29 PM > *To:* [email protected] > *Subject:* Re: How to install GIT Plug-in for Jenkins > > > > Jenkins >> Manage Jenkins >> Manage Plugins >> Available > > type "git" into the find box > > select the checkbox for the git plugin > > Click "Install without restart" > > Sit back, light your pipe, and enjoy the satisfaction of a job well done. > > > > On 4 February 2014 17:21, Lily Fu <[email protected]> wrote: > > > > Hi Everyone, > > > > I am very new with Jenkins. > > I installed Jenkins, wants to use GIT as my SCM. > > It seems I need to install GIT plug-in for Jenkins, > > > > I couldn't find an easy to follow manual on how to install GIT plug-in. > > > > Can you give me a hint? > > > > Thanks, > > > > Lily > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > > > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Thanks! Mark Waite -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
