0

我的暂存构建配置贯穿所有构建步骤,并最终将应用程序部署在http://build90.qa.testsite.com/,这对于向利益相关者展示非常有用。

现在我有一个脚本,可以通过电子邮件向用户发送指向已部署站点的链接,这很好,但最好在 TeamCity 用户界面的某处有一个链接,以便人们可以访问新部署的网站。似乎没有内置的方法可以做到这一点。如果“描述”字段支持参数,我可以在那里为最新版本执行此操作,但没有任何历史意义。

老实说,我现在能想到的最好的解决方案是某种浏览器扩展,但这对移动设备没有帮助。

4

1 回答 1

1

Your best bet might be to set up a server, on, say, http://latest.qa.example.com/, and have TeamCity set that server to redirect to the latest http://buildNN.qa.example.com/ . That way, users don't even have to go to TeamCity to get to the latest site.

Of course, that doesn't make it easy to go to historical runs.

于 2013-07-16T20:35:04.917 回答