委托 xml 文件来检测快照 cm 中的最新源

发布于 2024-11-04 16:32:28 字数 94 浏览 3 评论 0原文

我即将使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

a√萤火虫的光℡ 2024-11-11 16:32:28

如果您只想获得最近创建的快照,您可以解析“创建日期:”的输出

sslist -C -H -h server /path/to/project

并对“创建日期:”进行排序。

If you just want to have the snapshot that was most recently created you could parse the output of

sslist -C -H -h server /path/to/project

and sort the "Create Dates:".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文