自动发现持续集成工具中的项目

发布于 2024-09-04 03:30:29 字数 224 浏览 3 评论 0原文

我们有一个由许多项目组成的代码库。目前,每次我们在 SVN 上添加项目时,我们都必须重新配置 CruiseControl 以开始构建和测试此类项目。

我正在寻找一个能够扫描 SVN 存储库并自行查找新项目的工具(如果开源的话更好)。 一个项目可以是“包含 trunk、tags、branches 子文件夹的 SVN 文件夹”。

如果该工具支持多阶段持续集成和按需构建,那就更好了。

谢谢

We have a code base composed of many projects. Currently each time we add a project on SVN we must reconfigure CruiseControl to start build and test on such project.

I'm looking for a tool (better if open source) able to scan the SVN repository and find new projects by itself.
A project can be "a SVN folder containing trunk, tags, branches subfolders".

Even better if the tool supports multistaged continous integration and build on demand.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

口干舌燥 2024-09-11 03:30:29

一般来说,项目往往差异很大,需要手动设置构建系统。但是,您可能可以使用 Jenkins 之类的东西和一些 bash 脚本来实现您正在寻找的东西;例如。如果您的 SVN 服务器有所有项目的 HTML 索引,您可以设置一个 bash 脚本来轮询该页面是否有更改,然后告诉 Jenkins 从模板添加新项目。

In general, projects tend to be just different enough to require the build system to be set-up manually. However, you could probably use something like Jenkins with some bash scripts to achieve what you're looking for; eg. if your SVN server has an HTML index of all the projects, you could set up a bash script to poll that page for changes then tell Jenkins to add a new project from a template.

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