I was hoping i can get emulated unix shell on window to bootstrap my JNLP slave which then delegates the rest to Docker via Jenkins Pipeline
-D On Saturday, July 1, 2017 at 3:51:14 AM UTC-7, James Nord wrote: > > Any form of Linux emulation on Windows will bring you a world of pain at > some point especially inside pipeline. > Even the bash on windows can give you interesting and wonderful results as > the jvm launch could be the windows one or the Linux one... > > My recommendation is to either > 1) just use a Unix agent > 2) just call bat (in pipeline) and then get that to call another shell > scripts if you need. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/9e8c21ca-a769-4dcb-badd-3c2e44b31aa5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
