Re: sparse checkout multiple repositories

2021-04-14 Thread Manoj Chander
- Submodule checkout >- Sparse checkout > > > On Thu, Mar 18, 2021 at 3:41 AM Manoj Chander > wrote: > >> >> >> Hi Is it possible to sparse checkout multiple repositories from git . >> >> i want to check out specific folder alone from each proj

Re: sparse checkout multiple repositories

2021-03-18 Thread Mark Waite
tailed descriptions of options available to the checkout step. For example, the git step does not support: - SHA-1 checkout - Tag checkout - Submodule checkout - Sparse checkout On Thu, Mar 18, 2021 at 3:41 AM Manoj Chander wrote: > > > Hi Is it possible to sparse checkout

sparse checkout multiple repositories

2021-03-18 Thread Manoj Chander
Hi Is it possible to sparse checkout multiple repositories from git . i want to check out specific folder alone from each project ? node('ATLAS && Linux') { dir('CalibrationResults') { git url: 'https://github.com/AtlasBID/CalibrationRe