What shell is used in Jenkins when calling the shell command? I\'m running Jenkins on a Linux machine.
shell
Simply declare your shell on the first line of your script as you do in any shell script file:
#!/bin/bash