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

发布于 2024-11-01 05:27:36 字数 124 浏览 0 评论 0原文

假设您在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

摘星┃星的人 2024-11-08 05:27:36

运行构建时,您必须配置自定义构建参数并使用“运行自定义构建”对话框。或者,您也可以使用“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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文