委托 xml 文件来检测快照 cm 中的最新源
我即将使用 Cruisecontrol 自动化夜间构建。我只需要编写一个 xml 脚本来帮助查找 snapshotCM 中找到的快照的最新版本。有人知道如何编写这样的脚本吗?
i am about to automate nightly build using Cruisecontrol. I just need a step in which writing an xml script to help find out the latest version of snapshot found in snapshotCM. Anybody has any idea how to go about writing such a script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您只想获得最近创建的快照,您可以解析“创建日期:”的输出
并对“创建日期:”进行排序。
If you just want to have the snapshot that was most recently created you could parse the output of
and sort the "Create Dates:".