Build failure while running shell command from Jenkins
Add the execution bit to your .sh file
git add --chmod=+x "filename"
Running bash command.sh
worked for me.
Add the execution bit to your .sh file
git add --chmod=+x "filename"
Running bash command.sh
worked for me.