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
0
votes
0 answers

CruiseControl.NET Infinite Loop on ForceBuild

I've been attempting to set up a project on CCNET that will only be built when someone forces it to be built (i.e., will not check for modifications). To do this, I wrote out the following definition in the ccnet.config file.
0
votes
0 answers

Unrecognized configuration section publishers in CCNet.config when adding slackPublisher integration

The Slack integration for CCNet is neat https://github.com/jrjackso/CCNetSlackPublisher but I get this error when adding the to the ccnet.exe.config file: "Unrecognized configuration section publishers. (C:\Program Files…
gakera
  • 3,589
  • 4
  • 30
  • 36
0
votes
0 answers

Command writing to standard error does not produce output to ccnet project report?

I wrote a small c program like this: #include #include void main() { fputs("test\r\n", stderr); fflush(stderr); ExitProcess(-1); } and included it like this in ccnet.config:
Anders Lindén
  • 6,839
  • 11
  • 56
  • 109
0
votes
1 answer

how to get changed files from TFS using nant

It is really painfull to get all code form TFS whenever you make a build using NANT. Is there any settings in ccnet.config which will only take the files which are changed form last time which can speed up the process.
alice7
  • 3,834
  • 14
  • 64
  • 93
0
votes
0 answers

CCNet - send email with exception message

How do I configure CCNet to send emails with the build exception message if there is one? I am using notification "Always" for notification type, but so far I have been getting just the success or fail emails.
gmancoda
  • 55
  • 2
  • 10
0
votes
1 answer

Conditional force build publisher CCnet fails

I have two build projects. lets call them project A and project A.pack. When I force build project A it asks me for Boolean parameter if I want to build project A.pack. But I can't make in publishers block of project A a correct way to force build…
brusiks
  • 3
  • 3
0
votes
3 answers

make ccnet self test

i want to run a test project in ccnet, can anyone help? i am not using NUnit. I am using [Test Class()] attribute in my web project, and wanna run this project from ccnet
sag
  • 387
  • 1
  • 4
  • 14
0
votes
1 answer

(yet another) problem with mapped drive via the command line

I know, I know. There are a million threads everywhere talking about problems with mapped drives. I've ready many of them but I still can's seem to wrap my head around this problem or come to a solution. I have a build server/continuous integration…
Jeff
  • 13,943
  • 11
  • 55
  • 103
0
votes
1 answer

CCnet preprocessor on dynamic parameters

I'm very frustrated about a config problem in CCnet concerning parameter and preprocessor. It's hard to get some documentation on ccnet, and I fell like I'm on a bug so, I thought I could ask you guys : I need to separate the minor and major version…
gis
  • 56
  • 5
0
votes
1 answer

Send Mail from ccnet

On ccnet service has about 3 project. Every time build fail, i want send mail to me. I can know and fix at time. Please help me, how does set up mail server and config file ccet.config. Thanks everyone...
0
votes
1 answer

Create build of Windows Service Project with CCnet

I have been creating deployment Packages for ASP Web projects through ccnet like this Asp.NET Compiler C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_compiler.exe
s-a-n
  • 767
  • 2
  • 9
  • 27
0
votes
1 answer

CruiseControl.Net + Ankh SVN - svn.exe not found

I am trying to configure the CrusieControl.net with Ankh SVN, the crusine control installation works fine and ccnet.config is configured properly, but when the process starts in background it fires the following error: System.IO.IOException: Unable…
0
votes
1 answer

Is it possible to show the ccnet production environment dashboard in staging(other) environments ccnet dashboard?

I have two deployment environments production and test for my project. I have kept the code repository in test environment and i have a branch 'release' in the repository which has the stable code which i will deploy in the production environment. I…
Sujith Kp
  • 1,075
  • 3
  • 14
  • 27
0
votes
1 answer

How to build a specific revision with CruiseControl.NET and SVN

I am building my app using CruiseControl.NET and SVN. Currently my ccnet.config is configured to build the latest from SVN. I need to somehow change it to build a specific revision - Is that possible? I would guess adding a parameter to the svn-url…
user350213
  • 355
  • 4
  • 17
0
votes
1 answer

In Ccnet, where is the variable $LastIntegrationCommit persisted?

In the ccnet documentation there is a reference to a variable called $LastIntegrationCommit. This line is throwing an error since I had to do a filter-branch and crush a bunch of bad stuff. I want to delete it, but can't seem to find it even by…
Rob Allen
  • 2,871
  • 2
  • 30
  • 48