在 Team City 中运行构建时如何提示用户输入手动参数?
假设您在 TeamCity 中制作了一个自动部署脚本。该脚本使用 SSH 连接到生产环境。我不信任我的构建服务器,并且不想将凭据存储在构建脚本中。当我手动启动构建时,如何让 TeamCity 询问我提交给 SSH 命令的用户名和密码?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
运行构建时,您必须配置自定义构建参数并使用“运行自定义构建”对话框。或者,您也可以使用“Promotion”命令进行构建。
请详细了解部署配置以及使用参数运行自定义构建。
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.