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
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
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