Jenkins: run batch locally on slave

633 Views Asked by At

I need Jenkins to be able to run batch file on slave locally with parameters. I've tried to use PSExec tool, but it does not run when Jenkins tries to do it (slave: windows 7 x86 OS). xCmd cannot be run locally. Can anybody suggest some tools or some way to do it?

1

There are 1 best solutions below

0
On BEST ANSWER

PSExec works for me on Windows 7 x64. Solved.