Re: finding git repo url

2017-07-01 Thread R Srinivasan
thanks a bunch. will try all suggestions. On Sat, Jul 1, 2017 at 9:39 AM, Daniel Butler wrote: > In a multibranch project you simply do: > checkout scm > > And that clones/checks out the current branch. > > > > Cheers, > > Daniel Butler > > > > *From: *R Srinivasan > *Sent: *01 July 2017 12:45

Re: finding git repo url

2017-07-01 Thread Mark Waite
Declarative pipeline is even easier than that. It performs the checkout scm implicitly. Try declarative pipeline. On Sat, Jul 1, 2017 at 7:39 AM Daniel Butler wrote: > In a multibranch project you simply do: > checkout scm > > And that clones/checks out the current branch. > > > > Cheers, > >

RE: finding git repo url

2017-07-01 Thread Daniel Butler
In a multibranch project you simply do: checkout scm And that clones/checks out the current branch. Cheers, Daniel Butler From: R Srinivasan Sent: 01 July 2017 12:45 To: Jenkins Users Subject: finding git repo url For Multibranch pipeline jobs, how do I clone the git Repo? I can find what the b