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.
0
votes
1answer
21 views
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 ...
2
votes
1answer
35 views
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 ...
0
votes
1answer
60 views
Force build in a time duration CCNet
I am new in Cruise Control and have a unwanted and sudden project related to it on my plate few days back. First it took me some time to understand what this Cruise Control actually is (I just knew ...
0
votes
1answer
57 views
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 ...
1
vote
0answers
104 views
CCNetModifyingUsers <user> value change after CCNET 1.6 to 1.8 upgrade
After upgrading one of our build servers to the latest version of CCNET it stopped sending emails to modifiers group. We've using Mercurial for source control and version 2.3.2 is installed on the ...
0
votes
1answer
64 views
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
<project name="MyFirstProject"
description="demoproject ...
0
votes
0answers
41 views
CruiseControl.NET FORCE BUILD button not displayed
running CruiseControl and CCTray 1.8.3.0
If I reight click on my projects in CCTray I get the Force Build option as menu item 1. Force Build works sucessfully on all projects.
However in the ...
1
vote
1answer
101 views
CruiseControl.Net intermittently detecting SVN modifications
I am using ccnet 1.6. My build server and svn server clocks are synced pretty close (less than 30 second disparity). My ccnet config file has the correct settings to poll for SVN modifications as ...
0
votes
1answer
88 views
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 ...
0
votes
0answers
28 views
CCNET externalFileSecurity
I have a problem with external security files in CCNET (v1.8.3). I'm not sure how layout of such file should look like.
Internal security works well but when I split security into 2 files 'users.xml' ...
1
vote
1answer
141 views
Same MSBuild file, different results on local machine and CCNet
Background
I am utilizing the following:
VS 2012
.NET 4.5 apps including an MVC4 app, a C# Domain app, and NUnit projects.
A custom MSBuild File
CruiseControl.NET running on a build server
I have ...
0
votes
1answer
115 views
CruiseControl.Net Dependent Projects configuration
I want to set up the following CI configurations for the same .net project:
Build and run unit tests (CCNet Project1).
Build and run acceptance (end-to-end integration) tests (CCNet Project2).
So, ...
0
votes
2answers
83 views
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 ...
2
votes
1answer
118 views
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 ...
1
vote
2answers
248 views
Using Conditional Parameters in CCNET version 1.8.2 to change svn locations
I am trying to setup a build server for our applications. When doing a force build I want to use parameters to determine what to build. Below I have the setup that will work DEV mainly because the if ...
1
vote
1answer
230 views
ccnet sourcecontrol: get updates from svn 1 revision at a time
I am designing a Continuous Integration project. In this process I need the ccnet to build after each revision and then do some custom tasks i.e. it should update from svn only 1 revision at a time ...
0
votes
1answer
285 views
Cruisecontrol.Net exception - No connection could be made because the target machine actively refused it
The question might seem to be an exact duplicate, but there's much more needed here. It's the same old error I'm getting:
There were exceptions connecting to the following servers:
Server Url ...
2
votes
1answer
168 views
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 ...
0
votes
0answers
106 views
Last mercurial changeset id in cruisecontrol
I know source control such as "SVN" & "Mercurial" passes last revision number to CCNet, which we can display in CCNET label using "assemblyVersionLabeller". Problem with revision number is they ...
0
votes
0answers
366 views
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 ...
1
vote
2answers
1k views
How do I 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 ...
2
votes
1answer
301 views
Cruise Control .Net exception writing msbuild-results.xml
I have a cruise control server running a build on a VM. All I did was change the source control from Perforce to Git, and the build is now failing.
CCNet Config
<tasks>
<msbuild>
...
2
votes
2answers
838 views
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 ...
0
votes
2answers
456 views
Setting up CCNET security
I am just learning all this stuff (CCNet), and have a simple working
ccnet.config, that successfully executes through the localhost/ccnet
service. I am trying to get security set up so that users in ...
0
votes
1answer
380 views
Getting CruiseCcontrol.Net error message “svn: Can't get username or password”
I have set up a second project in CCNet and on the second project I get the following error
Source control operation failed: svn: Can't get username or password
. Process command: svn log ...
1
vote
0answers
204 views
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 ...
0
votes
1answer
308 views
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 ...
1
vote
1answer
280 views
ccnet not deleting buildlogs
I Have the following in my ccnet.config file
....
<publishers>
<xmllogger />
</publishers>
<tasks>
<artifactcleanup cleanUpMethod="KeepLastXBuilds" cleanUpValue="5" ...
0
votes
2answers
676 views
How to make msbuild do not rebuild all projects
We have CCnet+msbuild+tfs.
Builds are configured for each project. We didnt build with solution.
The problem is how should we configure build to not rebuild all projects again if we make only 1
...
1
vote
4answers
518 views
Project not showing up in Cruise Control Dashboard
I'm new to continuous integration and Cruise Control. But I looked at few examples and I tried setting up a project to a pre-existing Cruise Control setup which had couple of projects in it.
I'm ...
3
votes
1answer
356 views
MSBUILD error where folder contains more than one solution file
I'm trying to set up CCNET and I've run into a problem.
My builds are failing and I'm getting this error
MSBUILD : error MSB1011: Specify which project or solution file to use because this folder ...
0
votes
0answers
193 views
cruisecontrol.net build number doesn't increment
We use Cruise Control .Net as our build server. For our version numbering we use SvnRevionLabeller with the following config
<labeller type="svnRevisionLabeller">
...
3
votes
3answers
2k views
CruiseControl.net web dashboard security
I am have extreme problems with adding security to the web dashboard. I am trying to set up security for a bunch of web app projects. Everything works with no security enabled.
The security i want ...
0
votes
1answer
191 views
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 ...
1
vote
2answers
2k views
unused node detected: ccnet 1.6.7981.1
i try to configure ccnet using this link tag as below
ccnet.config
<?xml version="1.0" encoding="utf-8"?>
<cruisecontrol xmlns:cb="urn:ccnet.config.builder" ...
0
votes
1answer
310 views
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 ...
2
votes
2answers
336 views
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 ...
2
votes
1answer
534 views
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 ...
0
votes
1answer
126 views
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 ...
1
vote
1answer
88 views
ccnet email permalink to build
Is there a way to make ccnet's email publisher (or another publisher that sends emails) include a permalink to the actual build that it refers to?
I actually want to be able to link to the unit test ...
0
votes
1answer
181 views
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 ...
0
votes
1answer
214 views
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 ...
2
votes
1answer
703 views
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 ...
1
vote
1answer
902 views
How to get the build number in Cruise Control .net ccnet.config file?
I can get the Build info from CCNetLabel, which is in format: major.minor.build.revision , I am interested in getting the build number only, is there any variable which I can access to get the build ...
0
votes
1answer
465 views
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: ...
1
vote
0answers
398 views
FitNesse integration with CCNet, correct XML in the build log?
I am almost there with my fitnesse to ccnet integration, but my results aren't showing up in my dashboard despite following this:
...
0
votes
2answers
770 views
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
2
votes
1answer
546 views
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?
2
votes
3answers
1k views
svn command line error “Server certificate verification failed: issuer is not trusted” how can i resolve this error?
I have CCNET build server setup. I get above error when i define
<sourcecontrol type="svn">
<executable>c:\Program Files\VisualSVN Server\bin\svn.exe</executable>
...
0
votes
1answer
190 views
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 ...

