Re: Using a docker image in a declarative pipeline

2017-05-18 Thread Matt Stave
I think script {} is the answer... On Friday, May 5, 2017 at 3:36:41 PM UTC-5, Guy Knights wrote: > > I've been playing around with the declarative pipeline syntax and I'm > having trouble running a docker container to do some processing. To > clarify, I *don't* want to run my entire pipeline in

Using a docker image in a declarative pipeline

2017-05-05 Thread Guy Knights
I've been playing around with the declarative pipeline syntax and I'm having trouble running a docker container to do some processing. To clarify, I *don't* want to run my entire pipeline in the container, I just need to run a container to do some processing as part of the pipeline. I've had this