Questions tagged [ccnet-config]

The ccnet-config tag may be used on questions related to the configuration of CruiseControl.NET (also known as CCNet). It is closely related to the cruisecontrol.net tag.

CruiseControl.NET, sometimes called CCNet, is an open source .NET-based framework designed to provide a continuous build / continuous integration process. Configuration of the build process is performed by editing a file called ccnet.config - documented in detail in the Configuring the Server section of the online documentation.

This tag should be used for questions directly related to the build process configuration of CCNet. For questions about the installation or operation of CCNET, the tag may be a better choice.

117 questions
2
votes
1 answer

CCnet + NAnt Time Out

I am unable to execute Nunit test through Nant which in turn is called by CCNet. Below is the Error msg which i get in CCnet Dashboard:
Chidambaram
  • 41
  • 1
  • 4
2
votes
2 answers

How to reorder NUnit tests under CCNet?

With continuous integration, it makes a lot of sense to re-run failed unit tests first the next time a cycle starts. This shortens the feedback loop. Is there any known way to achieve this with CCNet and NUnit? In principle, CCNet would have to have…
2
votes
1 answer

CruiseControl.NET : Sending email using SVN username to ActiveDirectory mapping

Is it possible to configure CruiseControl.NET to send an email to the user(s) that did modifications to a broken build by mapping their SVN username to the corresponding Active-Directory alias (hence retrieving the correct, updated email…
Matthew Perron
  • 6,201
  • 2
  • 21
  • 24
2
votes
1 answer

CCNet 1.6 Conditional Plugin Help Needed!

I cannot get the conditional plugin to work that has been added to CCNet as of version 1.6 - clicky. I am running the latest version of CCNet (1.6.7258.1) and have the following code in my ccnet.config:
Mike M
  • 53
  • 7
2
votes
1 answer

CCNet: "Failing Tasks : FilteredSourceControl: CheckForModifications" error

I've installed CCNet and now I'm trying to set up a link to our repository. When I visit the CCNet dashboard website the project shows up ok, but when I click the Force button I receive this error in the messages column: Failing Tasks :…
Marc
  • 41
  • 4
2
votes
1 answer

CruiseControl.NET (CCNET) "Process exited event received" but build waits?

I'm using CCNET to schedule and run some automated testing. I have a few executables I want to run. These are developed in C#/WPF. I'm exiting out of the app using an exit code "Shutdown(0);". CC runs the application, the applications completes then…
user1107685
  • 441
  • 1
  • 4
  • 13
2
votes
2 answers

cruisecontrol sourcesafe block

The build machine at work has many projects, but we are only experiencing a problem with one. Two projects are very similar, one builds in debug mode, the other in release mode. They both clear out the projects directory, and then does a full Get…
Pondidum
  • 11,457
  • 8
  • 50
  • 69
2
votes
0 answers

Does CruiseControl.NET have to access VisualSVN via HTTP or HTTPS?

I've recently got CruiseControl.NET setup to work with my VisualSVN server. It works fine, and the TrunkURL uses the repository url that VisualSVN gave me, which starts with https. I am however confused slightly because every example you see on the…
Don
  • 1,060
  • 1
  • 21
  • 27
2
votes
1 answer

Is there a way to use the revision of the Date Labeller in a Default Labeller?

I am working with CruiseControl.NET, and I need to set a label with a specific format: SomeText_Date_Revision With the Default Labeller I can put some text and the date in the prefix and in addition I get the build number. But I need a number like…
scro
  • 155
  • 1
  • 7
2
votes
1 answer

CruiseControl.NET does not increment label

I am running the ccnet server on a windows Server 2003 Operating system. The builds for my product happen fine. But the label remains "1.0.1.0" always. If I do a force build through the web dashboard the version is incremented, but otherwise, the…
Poulo
  • 1,551
  • 3
  • 14
  • 22
2
votes
1 answer

CCNet email does not include MSBuild results

We're using CCNet 1.4.4.83 but when an MSBuild task fails, we don't get the MSBuild results (i.e. missing file or whatever reason the compile failed) in the email notification. I do see the build failure on the CCNet website (dashboard). I can see…
Dodgyrabbit
  • 3,107
  • 3
  • 26
  • 28
2
votes
1 answer

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 a generic project that could incorporate all 6…
user779860
  • 665
  • 1
  • 7
  • 15
2
votes
1 answer

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
yohan.jayarathna
  • 3,423
  • 13
  • 56
  • 74
2
votes
2 answers

How do you create properties in CruiseControl.Net

In ant scripts and MS build files you can set properties at the top how do I do this in the CruiseControl file ccnet.config?
minty
  • 22,235
  • 40
  • 89
  • 106
2
votes
1 answer

How do I omit certain build types from email notifications in CruiseControl.NET?

To be sure if project is compiling "from scratch" we have nightly builds. Usually these builds are successful, so, mails about them are not very useful. Also there is usual builds, which run after someone commit code into version control. As these…
Serhii Kheilyk
  • 933
  • 1
  • 8
  • 24