What shell is used in Jenkins when calling the shell command? I\'m running Jenkins on a Linux machine.
shell
I tried printing the env by adding the following shell command to my Jenkins build.
env
The output showed that the SHELL was set to tcsh for my instance.
tcsh