I have connected windows machine as a slave to a Jenkins job
I have installed gitbash.exe in the windows slave machine
I need to execute shell commands from Jenkins in windows slave
Found some solutions like, Specifying the shell.exe path in the Jenkins > System configuration > executable shell and choose "execute shell" in the build step - But i should not do this as my Jenkins has several jobs configured with different slaves
How can i execute shell commands from jenkins build step?