Change it in global configuration?
If that doesn't work, you can always override the shell by starting your build step with a hashbang line:
#!/bin/ksh
echo "I am running in ksh"
-- Sami
vfarcic <
[hidden email]> kirjoitti 25.7.2012 kello 23.27:
> Does anyone know how to use KSH instead of SH shell on a slave node?