Hudson: How to pass parameters to shell script
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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. 回答1: Parameterized Build Jenkins plugin documentation states that all the environment variables added by parameters are in upper case In your case this