Hi Eldad, can we try seeing the problem from another perspective ? Is what you want to achieve something like: 1- run Linux commands 2- run powershell windows commands 3- run again some Linux commands If yes, then, why don't you split your job into 3 different jobs and chain then ? Chaining can be declared either in a 4th "master" job or through the "post build action", each job telling which one to run next. I personally prefer the former.
Regards On Friday, March 4, 2016 at 9:10:32 AM UTC+1, Eldad Cohen wrote: > > Hi, > > Is it possible to add to a master job that runs on Linux , some windows > shell commands step on windows slave inside a Linux master job. > Let's say a , how to run windows commands step on slave when running a job > on Linux master. > Hope I am describing my question correct . > > Thanks in Advanced on any help > -- 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/4d7382b9-0872-4e66-9154-b77b4b64e9dc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
