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
4
votes
2 answers

Get MSDeploy to skip specific folders and file types in folders as CCNet task

I want MSDeploy to skip specific folders and file types within other folders when using sync. Currently I'm using CCNet to call MSDeploy with the sync verb to take websites from a build to a staging server. Because there are files on the destination…
3
votes
2 answers

Calling .bat file from specific location with CCNET

I have setup Sonar and want to run the code analysis as part of my nightly build. I've setup the nightly build but I'm having some issues with running the sonar runner. To run code analysis I want to navigate to a folder I've created called…
Fermin
  • 34,961
  • 21
  • 83
  • 129
3
votes
0 answers

How to create a CCNet Label with multiple labellers?

I am using ccnet 1.6 and want to create CCNetLabel with following format M.m.b.r Where M is fixed text, m is from Default Labeller, b is from File Labeller, r is svn revision I want value as CCNetLabel as it is…
Rohit
  • 3,610
  • 7
  • 45
  • 76
3
votes
1 answer

CC.NET File merge task and dynamic values

How can I use CCNetLabel in the file merge task? From what I have found I have to use dynamicValues. I have something like this and it is not working any help?
3
votes
2 answers

ccnet webdashboard authentication forms mode how to set it up so its secure

I am sure I am just doing this wrong but for the life of me I can not get things to play nicely. I am just starting to install and configure CruiseControl.net on a WS2008 X64 VM. The install seemed to go a little funny as it didn't create an IIS…
Jon
  • 15,110
  • 28
  • 92
  • 132
3
votes
2 answers

Can't get HtmlReportPlugin to work in CruiseControl.NET

I am trying to use the HTML reports generated by my unit tests to show in the CruiseControl.NET dashboard, but I don't know where I'm scewing it up. I have my report generated in the "CCNetWorkingDirectory". In my "CCNet.config" file I am using the…
scro
  • 155
  • 1
  • 7
3
votes
4 answers

How to run CruiseControl.NET task but only after a specific task ends?

For example I have three tasks: task1, task2, task3. How to write a CruiseControl.NET configuration file that runs task3 but only after task2 ends with success?
Dariusz
  • 15,573
  • 9
  • 52
  • 68
3
votes
1 answer

Examples of modificationReader task in CC.Net?

I am trying to set up a build chain that propagates a modification history through the various build stages. My first thought was modificationWriter/modificationReader pairs, but I am having trouble getting the reader to read the results. Does…
Rob Hunter
  • 2,787
  • 4
  • 35
  • 52
3
votes
1 answer

Get the CCNetBuildDate in NAnt parallel tasks

In a cruise control configuration file, I use a set of parallel tasks to call some NAnt targets. I noticed that the CC system parameters (like CCNetBuildDate) are not pushed to the NAnt scripts, while they are pushed when I remove the parallel flag.…
2
votes
1 answer

unused node detected: ccnet 1.6.7981.1

i try to configure ccnet using this link tag as below ccnet.config
idemirel
  • 309
  • 5
  • 19
2
votes
2 answers

Confusion with CruseControl.NET sourcecontrol exclusionFilters patterns

we are using CruiseControl.NET for our build process and in ccnet.config, I want to exclude changes to a particular directory and it's children from triggering that project's build, but what I've tried keeps triggering the project's build. Example…
Paul DelRe
  • 4,003
  • 1
  • 24
  • 26
2
votes
1 answer

Cruise Control include.projects not recognized

I have a very basic ccnet.config file, in which I am trying to use the include.projects tag to include a very basic project. For some reason, when I use this tag the CCNet Server won't start, and I get the following error in windows…
James
  • 7,877
  • 7
  • 42
  • 57
2
votes
1 answer

Unused node detected when configuring schedule block with ant for CruiseControl.NET

I'm developing a ccnet.config script for CruiseControl.net that invokes an Ant script, and I'm getting the following error while executing the CruiseControl.NET service: Error: "Unused node detected:schedule block" This is my…
Nagarajan S
  • 103
  • 1
  • 7
2
votes
1 answer

CC.net and GitHub Private Repositories

Has anyone been able to figure out how to configure the ccnet source control settings to connect to a private github repository?
mservidio
  • 12,817
  • 9
  • 58
  • 84
2
votes
2 answers

ftptask on nant 0.85

how do u upload files to a fpt server in nant? i used the following code but it says that attribute server is unknown.
new coder
  • 313
  • 2
  • 24