English 中文(简体)
• 如何配置游轮,在密码检查中自动启动建筑
原标题:How to configure CruiseControl to trigger a build automatically on code check in

我们怎么能够把游轮控制混为一谈,以自动启动代号检查的建设? 我们目前正在视窗机器中使用游轮2.8.4。

感谢

问题回答

页: 1

简而言之,您需要界定一个modification set,并附有一个源代码管理,如svn

This will poll the repository in defined time intervals (e.g. quietperiod="300"(5 Minutes, 600 Seconds) for the modification set), it will not be instant.

这是不可能的。 游轮必须污染特别志愿人员,以便进行变革。





相关问题
Configuring security settings in CC.NET 1.5

Below is the ccnet.config file I am having, where I am using the new security features of CC.NET 1.5. Can anybody let me know what I am doing wrong. I have two groups in a DOMAIN and I want to let one ...

cruisecontrol <buildargs> nant parameter not being passed

I ve been trying to use the param in my cruisecontrol build config file to no avail. When checking the cruisecontrol log file, whatever buildargs I try to pass are NOT passed to the call to nAnt. ...

Can t get modificationset to work in CruiseControl on Linux

I am trying to setup cruisecontrol in a Linux environment. I have some experience with cc.NET, but this is the first time I have ever tried to use the nix version. This is what I have for my build....

CruiseControl: How to read logs from exec task

I start an external groovy script via cruisecontrol, which basically works. My problem is that if the groovy script fails I only get the "error string found" in my cruise webapp and email; its even ...

Why does vetoIfFailing crash cruise control?

I am having this weird issue with Cruise Control crashing, when I add the vetoIfFailing attribute to the buildstatus element. <cruisecontrol> <project> <modificationset> ...

HOW to Pass parameters to tomcat in ubuntu?

I am trying to configure cruisecontrol to use Tomcat rather than Jetty as its servlet engine. I am following a tutorial on this and I m stuck at the point where it says: Pass startup parameter to ...

Execute goal on parent after children complete

I have a multi-module maven project (several levels of nesting). Normally, when I execute a maven build (like mvn install or whatever), maven will run all the goals for the parent project before ...

热门标签