> On 24. May 2017, at 09:23, Mark Allison <[email protected]> wrote: > > I know I probably need to use sparse and/or shallow checkouts, but can't seem > to work out how to configure that in a Jenkins pipeline script with the git > plugin. Any ideas?
Use the 'checkout' step and specify Git SCM. That should allow you to use all the options available in Git. Use the snippet generator for this. -- 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/79BCCD51-3897-4695-BF9E-2E6AF9076CE4%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
