How to prompt user for manual parameters when running build in Team City?

Say you make an automatic deploy script in TeamCity. The script uses SSH for connection to the prod-environment. I do not trust my build server and don't want to store the credentials in the build-script. How can I make TeamCity ask me for the username and password to be submitted to the SSH command when I manually start the build?


You have to configure custom build parameter and use Run Custom Build dialog when running a build. Or, you can also use "Promotion" command for a build.

Please read more about deployment configuration and custom build run with parameters.

链接地址: http://www.djcxy.com/p/6266.html

上一篇: 断电后,iOS5上的HTML5 LocalStorage不持久

下一篇: 在Team City中运行构建时如何提示用户输入手动参数?