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
21
votes
8 answers

CruiseControl.NET: using $(CCNetLabel ) inside ccnet.config file

When calling external processes like MSBuild cruise control sets environment variables. One of values is CCNetLabel. it holds the value of the current projects label. I want to use the same values in ccnet config itself but when I try ccnet config…
minty
  • 22,235
  • 40
  • 89
  • 106
11
votes
1 answer

Getting CruiseControl.NET to use output from long-running task when displaying "Activity"

In CruiseControl.NET, I have two projects set up, one for building and one for deploying build packages. Our build is largely based around MSBuild, and as it runs the dashboard constantly updates with the latest output from the build. This means…
AwesomeTown
  • 2,800
  • 2
  • 27
  • 41
9
votes
2 answers

mercurial support in CruiseControl.NET - how to clean & update build folder?

I'm using the Mercurial source control block in CruiseControl.NET, and I have it set to autoGetSource but some of the files (such as version number, based on current time) change as part of the build. So for the next build, some of the files are…
Wilka
  • 28,701
  • 14
  • 75
  • 97
8
votes
1 answer

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 contains more than one project or solution…
pfista
  • 349
  • 1
  • 4
  • 13
8
votes
1 answer

CCNet API, docs?

I want to query my CCNet server to find out the status of the builds. I've heard rumor that there's a (ReST?) API of sorts, but I can't seem to find any documentation for it. Is there any documentation for it, or do I need to download the CCNet…
Ken
  • 9,797
  • 3
  • 16
  • 14
7
votes
2 answers

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 is fairly simple. 2 roles "Releasers" and…
Ben Robinson
  • 21,601
  • 5
  • 62
  • 79
7
votes
2 answers

CCNET Server Exception

CCNET is throwing this exeption on the web dashboard. What is causing this? System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:21234 Server stack trace: at…
Ess
5
votes
1 answer

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

Can I keep CruiseControl.Net's ccnet.config in svn, then have CruiseControl update its own config file when a change is checked in?

I'd like to be able to keep our CruiseControl.Net's ccnet.config file in svn, then when I check in a change, ie, I've added a new project, it will update itself. This way I have the config file under source control and I can track the changes being…
Moose
  • 5,354
  • 3
  • 33
  • 46
5
votes
1 answer

Email alert when build fails in CruiseControl.Net

I have setup a Continuous Integration environment using CruiseControl.Net. I want to know how an email can be sent to a person at the time of a build failure. Thanks in Advance.
Sidharth
  • 1,251
  • 1
  • 25
  • 40
5
votes
2 answers

How to pass an integration property to a batch file with CruiseControlNet?

In the build log of my project, i can see these properties: Gdet_T ... 4/6/2010 1:29:04 PM
TridenT
  • 4,879
  • 1
  • 32
  • 56
5
votes
3 answers

How do I share a label value between multiple CruiseControl.NET builds?

I have two projects set up in CruiseControl.NET: CI build and nightly build. Both of them execute the same NAnt script, but with different parameters. The CruiseControl.NET label (currently generated by the DefaultLabeler) is embedded into…
4
votes
3 answers

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 c:\Program Files\VisualSVN Server\bin\svn.exe
DSharper
  • 3,177
  • 9
  • 29
  • 47
4
votes
1 answer

Unable to find Log Publisher for project on CCNET

I recently started a project and I'm currently trying to configure the ccnet.config file. The fact is I can't find out why CruiseControl can't find the log file. I guess it is something easy and I'm doing something wrong, after 4 days, I'm able to…
Joseph
  • 41
  • 1
  • 2
4
votes
2 answers

"OutputPath property is not set" error occurs only when calling MSBuild in CCNET

I've made an MSBuild project that simply does an msbuild task with our solution file as parameter. I've defined a BeforeBuild target where I set some properties, and a Build target that executes the msbuild task. I've confirmed that no errors…
LostInCCNET
  • 41
  • 1
  • 3
1
2 3 4 5 6 7 8