I have windows 10 and I want to execute the sh command in the Jenkinsfile from Jenkins pipeline using bash for Ubuntu for windows, but it doesn\'t work
I have the fo
In my case I replaced 'sh' by 'bat' in Pipeline script and worked.