I need a way to push a project to the top of the build queue. In front of all the other projects that are waiting.
i know you can configure a project to be run at any time of the day, but is there the possibility to configure it to run onl开发者_Go百科y some specific days at any specific time?
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
In my cruisecontrol build procedu开发者_如何学Pythonre (msbuild) I\'m writing to a logfile. This is the error message that gets displayed
Is there any way to pass the CruiseControl modification set to a custom ant task? My setup: I have a CruiseControl (the original one, not CC.NET or suchlike) instance that monitors a SVN repository o
Some background:Im trying to implement the integration of Cruisecontrol (2.8.4), MSBuild and MSTest on my current project (.Net 4.0 and VS 2010).I\'m using MSBuild to build my solution and added a MST
I am currently testing CruiseControl + phpUnderControl fo开发者_StackOverflow社区r our PHP CI process and am stuck with a fairly simple question: is it possible to somehow restrict access to the web i
I\'m trying to configure CruiseControl to build the project on every modification of source code and every day at 3:00am. This is w开发者_开发问答hat I\'ve done so far in project.xml (and it doesn\'t
Sorry if this is kind of a noob que开发者_开发技巧stion, but I\'m just starting to use CruiseControl, and I\'d like to allow access to the DashBoard from anywhere on the internet.
Lets say two front end developers are working on the same file just for changing a css propery without knowing each other.They both work in their own branch in the source control.