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
1 answer

Need Text Box mode password only in cruise control.net

I am working on CruiseControl.Net. I am using textbox like below code Password No Enter Password? pass@12345
user2794660
0
votes
1 answer

How to merge file using a publisher in CruiseControl.NET

Have just started to use CruiseControl.NET for a small project we are working on and I'm having trouble merging an XML file into the email publisher that runs once the build is completed. From what I've read I need to ensure that the merge tag…
anton
  • 170
  • 10
0
votes
2 answers

how to call multiple project from different path in ccnet config file

I have a multiple project which is defined in ccnet.config file in below.it's very confusing to read.there is anyway, we can split these project file in some location path.and call these project file in ccnet config.please help me out for these…
user2794660
0
votes
1 answer

CC.NET: howto trigger an extended build when a subdirectory in svn has changed

We have a couple of projects configured in cc.net. Each of these projects has following items in it's working directory (svn): source lib db scripts SSIS package(s) We would like to know if there is a way to find out if there are any modifications…
0
votes
1 answer

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 this is my first. we have lot of Assemblyinfo.cs…
bhushanvinay
  • 449
  • 1
  • 5
  • 21
0
votes
1 answer

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 daily build process via CCNet. They all have a…
0
votes
2 answers

Getting Configuration Preprocessor to work in CruiseControl.NET

I am trying to define some values in my ccnet.config file. I am running version 1.4.4.83. I added xmlns:cb="urn:ccnet.config.builder" to my main cruisecontrol element.like: next I defined some…
minty
  • 22,235
  • 40
  • 89
  • 106
0
votes
1 answer

Assert.Inconclusive() tests in ccnet fail the build

I am having a visual studio 2010 test harness which tests different endpoints(applications) for the same test, and when run for all endpoints some tests don't run against the endpoint and returns as an inconclusive test which in turn fails the…
vkansal
  • 1
  • 3
0
votes
2 answers

ForceBuild concern with this scenario - CruiseControl.NET

I have three projects in question, lets call them A, B and C. Where 'A' just prepares a cetain build scenario for B, which is the main build. C cleans up the scenario and basically resets B to its original state. I have set these projects in the…
0
votes
1 answer

Using property values in schedule trigger - Cruisecontrol.Net

I'm setting up CCNet to build our projects at specific intervals. The current setting is to do integration builds throughout the day at specific time and do perform a deployment build in between the integration builds. I would like to use only one…
Sanjeev
  • 673
  • 4
  • 10
  • 19
0
votes
1 answer

CCNet triggers build, but succeeds even if I check in bad code to svn

I have set up CruiseControl for .NET with SVN as my source control and using NAnt build script. When I manually build the visual studio solution I get errors, which is correct because I have some bad code. After I checked in the code to svn, CCNet…
Kiran
-3
votes
1 answer

CruiseControl CCnet.config update

Can anyone help me on the below issue related to CruiseControl.. I am new to cruisecontrol and I have installed CCnet for .net project deployment automation on server and made modification in CCnet.config file but still dashboard is showing default…
1 2 3 4 5 6 7
8