Re: node parameter makes pipeline fail even if it's unused

2019-05-17 Thread Mark Waite
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

Re: node parameter makes pipeline fail even if it's unused

2019-05-17 Thread Mark Waite
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