您可以配置 TeamCity“Artifacts”吗? 重新检查到源代码管理?
我希望将 TeamCity Artifacts 重新签入源代码管理。
我以前使用过 TFS Integrator。 所以我习惯了它的方法,通过配置,它可以将输出构建签入源代码管理。 然后,当人们进行 get 操作时,他们将收到这些文物。
或者是否有一种完全不同的方法可以通过 TeamCity 实现这一目标?
I would like to have TeamCity Artifacts be checked back into source control.
I have used TFS Integrator before. So I am used to its approach where, through config, it can check in the output builds back into source control. Then when people do a get they will receive these artifacts.
Or is there a completely different way of achieving this with TeamCity?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能想到的两种方法是
工作目录中要标记的路径以及相对于主干的位置以将其签入。
手动签入构建脚本中的工件,并在签入的位置添加忽略,这样就不会再次触发构建。
The two ways I can think of are
specify a path in your working directory to label and the location relative to the trunk to check it in. jetbrains explains it here
manually checkin the artifacts from the build script and add an ignore to the place where your checking in to so it doesn't trigger the build again.