巡航控制.NET
我只是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以检查本地文件夹中的更改。 请参阅: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.