Re: Pipeline git an LFS project

2018-08-17 Thread Leandro Cofre
Good to know that's the answer. Thanks very much. On Friday, 17 August 2018 14:48:56 UTC+1, Mark Waite wrote: > > > https://jenkins.io/blog/2017/10/02/pipeline-templates-with-shared-libraries/ > describes > how a Pipeline shared library can extract common statements from a > declarative Pipelin

Re: Pipeline git an LFS project

2018-08-17 Thread Mark Waite
https://jenkins.io/blog/2017/10/02/pipeline-templates-with-shared-libraries/ describes how a Pipeline shared library can extract common statements from a declarative Pipeline to simplify the declarative Pipeline. There isn't a way to perform a git LFS fetch or checkout with the "git" step. The "g

Pipeline git an LFS project

2018-08-17 Thread Leandro Cofre
Hi, I have a pipeline where I checkout two repositories, one with source code and the other with binaries that are part of the release. The latter uses the LFS git plugin. My question is if there's a simpler way to declare I want to clone a git LFS repo other than the one I write below. The ot