CruiseControl.NET is a .NET-based framework for supporting a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools.

learn more… | top users | synonyms (2)

1
vote
1answer
22 views

SVN revision message in CruiseControl.Net

Using CruiseControl.Net build server. I have a cc.net project that uses a SVN trigger. During the build I would like to have the svn revision message for the changes that triggered the build. Is it ...
2
votes
1answer
22 views

In CruiseControl.Net, how can i pass the developer's username who checked in code to another project?

In CC.Net, I have a Build project that gets triggered whenever a developer checks in code. I know this project has the developer's username, which is used in the publisher section to send an email ...
0
votes
1answer
20 views

MSBuild errorMSB4126

I'm working on building scripts for Cruise control and within my ccnet.config file I have the following msbuild task defined: <msbuild> ...
0
votes
1answer
11 views

Is there a way to view the console of CruiseControl.NET remotely?

Is there a way to remotely view the terminal output of CruiseControl.NET remotely? At present, I am running the following command using an instance of Git Bash on the terminal log file located over a ...
1
vote
0answers
19 views

How can I reduce the amount of info Cruise Control.Net 1.8.3 is logging?

I just updated to CruiseControl.net 1.8.3 in hopes of resolving a problem with the Vault 6 interface (didnt help). The problem I see now is that the log has become "highly productive" - ie: it is ...
0
votes
0answers
17 views

CCNet queue not working

I have defined a CCNet queue which is included in several CI projects (about 10). The queue fills up and I can see pending jobs in CCTray and in the dashboard, which are correctly ordered based on ...
0
votes
2answers
32 views

ideal cruisecontrol.net svn directory structure for multiple solutions/repo/projects

In our web agency shop we have multiple clients. We use SVN, but we don't use CI. I want to change this and set up CC.NET, but I'm having trouble getting it off the ground because I can't decide the ...
0
votes
1answer
29 views

Building with CruiseControl.Net uses wrong outputdir

I have a project that changed the output directory to bin\Debug. It builds fine on my dev machine and the output directory is correct...bin\Debug. On our build server we are running ...
0
votes
1answer
16 views

Can I check for modifications on a different path to the one that is checked out?

I have a project with a sourcecontrol block which has a trunk url value. I also use intervalTrigger with modification exists property. I'd like to only build if there are modifications in a sub path ...
0
votes
0answers
28 views

Cruise Control.net-MSBUILD : error MSB1008: Only one project can be specified

Getting the below error when compiling: MSBUILD : error MSB1008: Only one project can be specified. Switch: SecuritySettingsConfiguration\SecuritySettingsConfiguration.sln Below is the Build script: ...
0
votes
1answer
21 views

CCNet AsseblyInfo update is not working. is there an issue with my config?

Below is my config what i am using even though i force a build by doing a check-in, version number of assemblies are not updated. probably i am missing some thing. note: new to build servers and ...
0
votes
2answers
60 views

Cruisecontrol.net & Visual SVN port issue

I seem to have a strange issues with cruisecontrol.net (ver 1.6.7). My VisualSVN Server port is set to 8443, and this has been working fine. However the cruisecontrol.net is failing to connect to ...
-1
votes
0answers
16 views

How to copy published website from one server to other using nant? [closed]

I can make a zip archive with sources but then after copy I need to extract files on remote machine, I don`t know how. How I can to connect to remote machine? Also I need to stop IIS on remote machine ...
0
votes
1answer
79 views

Slow Cheetah AfterTargets=“TransformAllFiles” works locally, not on build server

I am using Slow Cheetah to transform app.config file for a console app. During build I also invoke this application. Initially I used post-build event, but then I realized that Slow Cheetah transforms ...
2
votes
1answer
31 views

How can I set define multiple parameters in CCNet?

I am working in CCNet version 1.4, and I am having difficulty getting the parameters I want defined in a clean manner. In my example, I want 6 total projects as (3 solutions in 2 branches). I defined ...
0
votes
1answer
20 views

Trigger Executable/HTTP Request from CC.Net

I'm in the process of moving build projects from CC.Net to Jenkins. However, I need to run a few projects from CC.Net for a while until the migration is complete. Simply put, I want the CC.Net project ...
0
votes
2answers
50 views

GIT Source Control make trigger when files are changed in a Folder

I installed CCNET to make autobuild from a GIT server. I have a big problem here : My Git Server Repo Structure : Repo.git --- Module 1(Folder 1) --- Module 2(Folder 2) --- ...
0
votes
1answer
39 views

Multi Projects with CCNET

I have GIT repo as below, \main \Module A \Module B \Shared When i make a change on Module B, CCNET will make a build from Module A and then Module B, I dont want CCNET to do ...
0
votes
1answer
56 views

Force build in a time duration CCNet

I am new in Cruise Control and have a unwanted and sudden project related to it on my plate few days back. First it took me some time to understand what this Cruise Control actually is (I just knew ...
1
vote
0answers
27 views

GIT source control in CCNET built all project when trigger happend [duplicate]

I have install CCNET on windows 7Ent to make autobuild source from a GIT(Ubuntu) Server. Evething is ok but i have a big problem : My repo structure : enter code here REPO1 --module 1 ...
0
votes
0answers
52 views

CCNET GIT clone timeout exception

I have a very important problem, I am using CCNET 1.6.798 on windows 7 Ent. I have some successful test before but now when i start the ccnet, it going to clone the git repo but it alway has a timeout ...
1
vote
1answer
41 views

How to run external msbuild file from cruise control .net

I have an msbuild xml file that builds about 20 vc2010 solutions. It retrieves the code from source control, builds all the solutions, and obfuscates the results (for the .net projects). I'd like to ...
1
vote
1answer
24 views

CCNET is not run correctly

I have installed the ccnet 1.6.798 on Windows 7 Ent. After fews time is run correctly, now its just load some line and then go to hang . Nothing happen anymore, Can somebody help me to solve this ...
1
vote
1answer
20 views

Programmatically generate .generated.cs from an EDMX in an CCNET automated build process

I'm trying to use CCNET to automatically build an MVC Project using EDMX. We don't save the generated files in the source control (such as the files created by the EDMX when you open it and ...
0
votes
1answer
57 views

how to customize buildCondition=“IfModificationExists” on CruiseControlNet build?

Okay.. I've been searching this specific question, and did find some examples, but not exactly the answer I wanted. Any thoughts, inputs would be greatly appreciated! Situation I have is.. I have a ...
0
votes
1answer
73 views

VS2010 devenv command from CC/NAnt fails

We automate builds with CruiseControl / NAnt and it has always worked with VS2005. We recently upgraded to VS2010 and are now seeing several projects give a "Rebuild All" message, but nothing else: ...
1
vote
0answers
98 views

CCNetModifyingUsers <user> value change after CCNET 1.6 to 1.8 upgrade

After upgrading one of our build servers to the latest version of CCNET it stopped sending emails to modifiers group. We've using Mercurial for source control and version 2.3.2 is installed on the ...
0
votes
2answers
35 views

Cruise Control .Net Modifying Dashboard

i would like to modify the CCNET dashboard, so it shows me the projects buildTime, when i enter the "ServerReport". Like the startTime, it should also display the buildTime. Is it possible to modify ...
0
votes
1answer
58 views

How to setup CruiseControl.net with git in a windows server

Can anyone help me to setup Cruisecontrol.net with git repository. This is what I include in the cruisecontrol config file <project name="MyFirstProject" description="demoproject ...
2
votes
1answer
333 views

Using CruiseControl.NET and MSBuild to publish a website

I am trying to set up CruiseControl.NET to automatically download a new version from SVN (VisualSVN_Server) and publish it to the beta directory. THis is the CruiseControl.NET configuration file ...
0
votes
1answer
52 views

Cruisecontrol.net to deploy msi

Is it possible to deploy an MSI to remote server and run database script on sql server using CruiseControl.net? I am new to CruiseControl.Net and looking for an example. I tried the below wiki page ...
2
votes
1answer
43 views

Is it possible to merge from branch to branch using SVN?

I was wondering if someone could offer some advice on how to manage our SVN trunk and branches so that my team can deploy to three distinct environments? Currently we have the following setup: 1. ...
1
vote
2answers
34 views

Msbuild running in Jenkins target calling HgPull fails with HgProcessException: The command <hg.exe> is not available

I am porting over an MSBuild script from CCnet to run in Jenkins. The MSBuild project is used to create a deployment package. I would rather have Jenkins drive this process itself but that's a longer ...
0
votes
0answers
40 views

CruiseControl.NET FORCE BUILD button not displayed

running CruiseControl and CCTray 1.8.3.0 If I reight click on my projects in CCTray I get the Force Build option as menu item 1. Force Build works sucessfully on all projects. However in the ...
0
votes
2answers
48 views

CCNet - Automatically force prerequisite build

If I have two builds, A and B, how can I set up CCNet such that when B is forced, it will automatically force a build for A before proceeding with the build steps for B? I've seen the ...
1
vote
1answer
112 views

Cruise Control.NET: how to set username and password for git repository task?

I'm running a CCNet service on my build server to build a Git repository-based solution. The Git repository is password protected. Is there a way to set the username and password for the source ...
1
vote
0answers
38 views

Global Error Reporting for CruiseControl.NET?

I work for a very large organization. We have over 500 builds on our CI server with thousands of components, generating ridiculously large log files. As someone who has to manage failures, I find it ...
0
votes
0answers
32 views

NCover fails at 'Configuring Profiler', what could be wrong?

I am using Cruise Control with Nant, Nunit, NCover 1.5.8. The build works fine if I remove NCover. But when I include that, the CruiseControl build log halts at following message and then finally ...
0
votes
1answer
104 views

error msb3325 cannot import key file

I recently cloned a build machine, renamed the machine on the domain, and moved the machine from a SATA drive to a SSD drive. I am trying to setup a new build for a new branch within SVN. The ...
0
votes
3answers
88 views

CruiseControl.Net Build Exception

Need help with the following exception we got from our build server. I built fine one minute then all of a sudden we got this exception message. We haven't changed anything on the build server but we ...
1
vote
1answer
99 views

CruiseControl.Net intermittently detecting SVN modifications

I am using ccnet 1.6. My build server and svn server clocks are synced pretty close (less than 30 second disparity). My ccnet config file has the correct settings to poll for SVN modifications as ...
2
votes
1answer
68 views

cannot create tag

I have a build machine with CruiseControl.Net running Windows 2008R2. Sources are in git repository. CruiseControl uses cygwin to access git repository. Everything works well except tagging. I want to ...
0
votes
1answer
57 views

Cruise Control .NET web dashboard not loading CSS properly

I am having trouble figuring out why my cruise control .net web dashboard is showing up all screwed up(see image). It seems like it can't load all the style sheets properly.
0
votes
1answer
36 views

Trigger a project based on multiple triggers

I want to execute a project on a Friday every week at 1:00PM , If the build was not run any time in that particular week. Could any help me in writting trigger for a Cruise Control Project.
0
votes
1answer
60 views

Display Gallio reports on CruiseControl.Net

I am setting up a CruiseControl.Net build server. My project compiles, and runs unit tests. In my ccnet.config I have this: <tasks> <msbuild> ...
0
votes
1answer
69 views

Publish a specific revision using CruiseControl.Net

I am setting up a CruiseControl.Net server. So far, it only builds a project (.Net website), and I kind-of know how to set up unit testing, code coverage, etc in the future. What I will need to have ...
0
votes
1answer
39 views

How to trigger build for changes in a subdirectory of a Git repo when using CruiseControl.Net?

I'm in the process of converting from using SVN repos to Git repos for our codebase. We are attempting to maintain the majority of our existing build/deploy process during this transition, which ...
1
vote
1answer
146 views

What context does MSBUILD run in?

When we are running our build through MSBuild, what context does the MSBuild run in/under? The reason I am asking is because I have pre-build event that calls a command line program (ajax ...
0
votes
1answer
81 views

How to roll back and build with Cruise Control and Mercurial

I have a Kiln/Mercurial code repository for a web app that uses Cruise Control.NET for continuous integration. Normally, we commit our code locally and when we're ready to test, we push to our central ...
2
votes
1answer
187 views

CruiseControl.NET, SVN and multiple dependencies

I'm using CruiseControl.NET and devenv within the ccnet.config to automate the build of a VS 2005 .NET solution. The solution contains references to several projects, which are dependent on each other ...

1 2 3 4 5 24