Hudson 的 perforce 插件在哪里存储标记构建的标签?
我想知道在用标签标记特定构建后存储标签(标签名称)的位置或路径。
I want to know the location or path of the label( tag name ) is stored after a particular build is tagged with the label.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它存储在相关构建的 build.xml 中。因此,对于“JOB1”的内部版本号 44,它将位于 $HUDSON_HOME/jobs/JOB1/builds/44/build.xml 中。 build.xml 中该值的 xpath 为 /build/actions/hudson.plugins.perforce.PerforceTagAction/tag。
请注意,这只是标签名称。标签本身仍然被强制存储。
It is stored in the build.xml of the build in question. So for build number 44 of "JOB1", it would be in $HUDSON_HOME/jobs/JOB1/builds/44/build.xml. The xpath in the build.xml to the value is /build/actions/hudson.plugins.perforce.PerforceTagAction/tag.
Note that this is just the label name. The label itself is still stored in perforce.