Quantcast

KSH on slave node

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

KSH on slave node

vfarcic
Does anyone know how to use KSH instead of SH shell on a slave node?
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: KSH on slave node

Sami Tikka
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?
Loading...