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

Invalid rangeParameter Tag on ccnet.config cruisecontrol .net version 1.6.7981.1

I'm trying to configure ccnet.config file with a range of parameters for force build option but the Validator.exe program says: "Unable to load array item 'rangeParameter' - Cannot convert from type System.String to…
ospaco69
  • 9
  • 4
0
votes
1 answer

CruiseControl.net - Is there a way to run a batch file that will copy (msi) files to another server in a different domain?

I have an issue where I am trying to copy files(msi) from our build server to our Test server in CruiseControl. Once these are copied over we are planning on having a Scheduled Task that will run silent installs nightly. I need to be able to push…
SethC
  • 1
0
votes
1 answer

Pass tfs changeset number from ccnet to msbuild script

I need to pass changeset number from ccnet to msbuild script in build process. When ccnet triggering new build,he get a changeset number, so I need to take that changeset number and pass it to the msbuild script. This msbuild script involves some…
mirakl
  • 167
  • 3
  • 14
0
votes
2 answers

CCNet: htmlReportPlugin - does not show content for failed builds ("Unable to find file")

I have recently reconfigured my CCNet-configuration to use the "htmlReportPlugin". However, when the build fails, I cannot view the html-output in the dashboard. Only the error message "Unable to find file" is shown. This is exact opposite…
Nesavi
  • 3
  • 2
0
votes
1 answer

running partcover on a 64 bit machine generates 1KB output file

When i run the partcover from the console on a 32 bit machine, i am getting 5 mb file generated as output. But when i ran the same on 64 bit machine's commmand prompt i am getting 1 KB file as the output. I have used CorFlags.exe PartCover.exe…
nimi
  • 5,359
  • 16
  • 58
  • 90
0
votes
1 answer

Is there any way to freeze the build in Cruise Control .NET?

I am using Cruise Control .NET to automate the build. I have configured lots of project for the automated build in CCNET. Is there any way to freeze particular build and after sometime, i wanna release that to old state, like i wanna remove the…
nimi
  • 5,359
  • 16
  • 58
  • 90
0
votes
1 answer

WebConfig Replacement CruiseControl.Net

I have to deploy my solutions in many environnement (dev,staging,..) 2 Options: replace the whole file of just sections. Solution on either of them would be appreciated I made 4 differents files: appSettings.Staging.config, appSettings.Dev.config,…
0
votes
2 answers

sonar for .net 4 in ccnet

hi all does sonar support .net 4? if so how can i integrate sonar with cruisecontrol.net (ccnet) with out using maven o anything else.just sonar and ccnet.. thanx
new coder
  • 313
  • 2
  • 24
0
votes
1 answer

Can I specify multiple possible sources for a ccnet statistic?

I have some builds that use NCover for test coverage analysis, and some that use DotCover. I merge the NCover/DotCover summary report into the ccnet log, but the item that I need to pull out into the ccnet "Coverage" statistic is different…
Stuart Lange
  • 4,049
  • 6
  • 24
  • 30
0
votes
1 answer

CCNET - build task required? Multiple repositories, one CCNET source section per project

CCNET questions - Here's the scenario: I've got 10 developers doing local development to a Sitecore installation w/GIT as version control. When done with their feature/fix they push to an integration repository. I've got CCNET setup for the…
foxtrotZulu
  • 1,109
  • 11
  • 24
0
votes
2 answers

How to access ccnet page form different computer

ok so i can access the dash board from the server by going to http://localhost/ccnet what i need to do is to be able to view this page from another computer but typing that url in the browser. if any one knows how to do this please help thanx
new coder
  • 313
  • 2
  • 24
0
votes
1 answer

Howto accomplish a scheduled custom CruiseControl.Net trigger with retry mechanism?

I'd like to create the following build strategy with CruiseControl.Net Check for deliveries at fixed schedule (e.g. 7:00h, 12:00h, 16:00h, 20:00h). The check for delivery consists of two conditions that must be met before starting an integration…
Rob van Groenewoud
  • 1,824
  • 1
  • 13
  • 17
0
votes
1 answer

CannotUnloadAppDomain Mbunit and CCNET

Our CCNET build system has been running just fine since we set it up. Recently we moved to another room and changed one IP address on our system and we are getting CannotUnloadAppDomainException from MbUnit which is run from NCover. I have checked…
Jesus Ramos
  • 22,940
  • 10
  • 58
  • 88
0
votes
2 answers

CCNet exception during build of vs2010 project

We have two build machines. Lately, we've migrated our projects to vs2010 from vs2005. But the problem is that one of the machines occurs error during build. Another machine works well, but just one machine shows error. The differences between the…
sonee
  • 1
  • 1
0
votes
1 answer

Cruise Control CCNET string not recognied as valid DateTime

I'm write ccnet.config file that should build my project on every checkin on TFS source control server. When I run ccnet.exe, after i chekin something I got this error: Source control failure (GetModifications): string not recognied as valid…