2
我在为CruiseControl.NET配置服务器时遇到问题。我正在使用ThoughtWorks给出的源代码块来设置它,但我似乎无法使它成为无错误的。我对这一切都很陌生,某种方向会很棒。CruiseControl.NET和Clearcase配置
- 有没有人使用这种组合?
- 你有
ccnet.config
文件我可以看看吗?
这是不为我工作:
<cruisecontrol>
<project name="test">
<sourcecontrol type="clearCase">
<exec>batch file</exec>
<viewPath>path_name</viewPath>
<branch>main</branch>
<autoGetSource>false</autoGetSource>
<useLabel>true</useLabel>
<useBaseline>false</useBaseline>
<projectVobName>vob_name</projectVobName>
<viewName>projecy_name</viewName>
<executable>cleartool.exe</executable>
<timeout>50000</timeout>
</sourcecontrol>
</project>
</cruisecontrol>
谢谢。