巡航控制.NET

发布于 2024-07-16 09:41:12 字数 247 浏览 4 评论 0原文

我只是 Cruise Control.NET 的初学者。我的疑问是 Cruise Control.NET 是否可以通过任何方式检测本地文件夹本身的更改(例如:C:/MYSource),而不是查找源中的更改控制存储库。我需要一直从 Web 仪表板强制构建进行构建。我希望 Cruise Control.NET 检测更改,并且它本身强制构建而不是手动干扰。这非常重要,因为我正在做演示目的,在成功实施我的演示后,我将能够访问源代码控制存储库。

感谢致敬 麦迪

I am just a beginner in cruise control.NET.My doubt is that is there any way by which cruise control.NET can detect changes in the local folder itself(for eg:C:/MYSource)rather than look for changes in the source control repository.I need to force the build all the time from the web dashboard to build.I want cruise control.NET to detect the changes and itself force the build rather than manual interference.This is really important since i am doing for a demo purpose and after the successfull implementation of my demo i would be able to go for source control repository.

Thanks and regards
Maddy

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

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

发布评论

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

评论(1

九厘米的零° 2024-07-23 09:41:12

是的,您可以检查本地文件夹中的更改。 请参阅:http://confluence.public.thoughtworks.org/显示/CCNET/文件系统+源+控制+块

在我们的设置中,我们有两台 Cruisecontrol 服务器:一台用于构建解决方案,将结果存储在 zip 文件中,并将该 zip 文件复制到第二台服务器上的共享。
第二台服务器上的 CruiseControl 检查共享目录中是否有新文件并触发测试过程。

Yes, you can check for changes in a local folder. See: http://confluence.public.thoughtworks.org/display/CCNET/Filesystem+Source+Control+Block.

In our setup we have two cruisecontrol servers: one that builds the solution, stores the results in a zipfile and copies the zipfile to a share on the second server.
CruiseControl on the second server checks the shared directory for new files and triggers a test proces.

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