I failed to mention that performing git operations over NFS is much slower
than performance those operations with a local file system. I'd generally
recommend that file systems on static agents should be locally attached
file systems rather than network file systems if possible.
On Fri, May 17, 2
On Thu, May 16, 2019 at 7:13 AM gbon wrote:
> Hi All,
> Asking for advice on this weird behavior:
>
> I have a (declarative) pipeline that works perfectly fine and selects the
> agent like so
>
> pipeline {
> agent {
> node {
> label "SOME_LABEL"
> }
> }
> ...
> }
>
> If I edi