Hi i have a following job in hudson setup.
what it does is that it execute shell script to remote server.
I set the command as
/usr/bin/deployWar.sh ${warfileName}
I check this build is parameterized and added a string parameter
name: warFileName default value: none description: name of war file
When i run it the parameers gets assigned , but it doesn't seem to get passed into shell script.