Re: docker.build on Windows

2018-09-05 Thread Mani Agnihotri
The command is run as nohup and you wont have that OOTB in windows. You can get it via cygwin though. So you have two quick solutions, either be sensitive to platform in your build (i.e. use an env param to pass command in docker build) or make sure linux utilities are available in path On Thu,

Re: docker.build on Windows

2018-09-05 Thread Ramana Rapally
Did you got any solution to this issue? any updates on this thread? On Tuesday, May 29, 2018 at 12:18:15 PM UTC-5, Daniel Ellison wrote: > > Does docker.build only work on Linux versions of Jenkins? My Jenkins is > running on Windows 10. When my pipeline attempts to build my docker image > us