Teamcity - 将构建参数保存在生成的工件中
我使用 teamcity 将 j2ee 应用程序构建为 WAR。 我想保留相同的 WAR 名称并将构建参数保存在生成的工件中。
在其中保存 teamcity 构建参数(如 build.number、svn.revision、build.date 等)的最佳方法是什么?
I build j2ee aplication as WAR with teamcity.
I want keep the same WAR name and save build parameters in produced artifact.
What the best way to save teamcity build parameters (like build.number, svn.revision, buiild.date etc) inside it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就像
我在 TeamCity 构建步骤中所做的那样,将参数直接记录到文件中。
Something like
is what I do in a TeamCity build step to directly record parameters to a file.