CruiseControl.NET is a .NET-based framework for supporting a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools.
1
vote
1answer
182 views
How to use Dynamic Parameters value in ccnet file
I am using dynamic parameter to get value from user when he force build.User provides me publish directory path where i have to publish the solution if build is successful, so can any one please tell ...
0
votes
1answer
57 views
How to get Svn Changed file contents
I have used following command
svn diff D:\QATV2Demo -r 12414:12416
This gives me following result text file
Index: D:/QATV2Demo/Main.msbuild
...
0
votes
1answer
73 views
DefaultLabeller with Date as a prefix in cruise control .net
I am working on cruise control .net, i need a variable in ccnet.config that contains current date so i can use it in defaultlabeller that has prifix and postfix both tags. so i can refrence this ...
2
votes
1answer
158 views
TortoiseSVN diff command in Msbuild
I am using TortoiseSVN.
I would like to show differences for all files between the last revision and the current revision. For that I execute a script via msbuild.
Can you tell me how I can perform ...
0
votes
1answer
156 views
Date Labeller year format with custom string in cruise control .net
I am using dateLabeller in Cruise control .net for labeling purpose.
<labeller type="dateLabeller">
</labeller>
it is working fine for me, each time build label is incrementing every ...
0
votes
1answer
131 views
Cruise Control .NET - database schema migration
We have next:
Big solution with a lot of changes to db
Production database (is the master referance database
Local db for each devs
Changescripts commit (changes to master referance database)
Folder ...
6
votes
4answers
3k views
Can a master jenkins run jobs on remote jenkins?
We are migrating from CruiseControl.NET to Jenkins just to be in sync with a partner so we don't have two different CI scripts. We are trying to setup Jenkins to do something similar to what we had ...
2
votes
2answers
228 views
Environment Variable not being passed to CruiseControl, specifically the 'nodosfilewarnings' ENV variable from Cygwin
I have a Perl program that someone else created and I am calling on with CruiseControl. The program calls on Unix Commands using Cygwin. However, everytime that the Perl program calls on a Unix like ...
5
votes
2answers
230 views
run build on cc.net if definite words are included to a commit log
I have system of:
svn - control version
cc.net - as ci server
msbuild - as a build system
nunit - for launch test
webdriver - for web-testing.
Now my tests are run automatically after each ...
0
votes
1answer
109 views
Start test by cc.net on remote machine
folks!
I am a newbie for cc.net tool. And i have got problem.I use a chain c#+webdriver for chrome + nunit (2.6) + cc.net ( 1.6.7981.1).I want run my test tasks on remote machine (no cc.net server ...
0
votes
1answer
181 views
CruiseControl. NET Getting Unused node detected for username
I'm having a bit of a conundrum here.
i'm working with: CruiseControl.NET Server 1.6.7981.1
We've moved offices, and at the same time our SVN repository moved from a generic stack to our clients ...
2
votes
2answers
638 views
OpenCover report analysis
I am using OpenCover for calculating code coverage, i am geeing response in following response in xml format.
<CoverageSession xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
1
vote
1answer
134 views
PartCover with msTest in Cruise control .net
Can anybody tell me how to use partcover in Cruise control .net along with mstest,
I have done that but i am getting an error
errorMSB3073: The command "C:\Program Files\PartCover\PartCover .NET ...
1
vote
1answer
215 views
CCNet multiple git repository timeout exception
We have the following setup:
Win 7 Professional 64 bit
CCNet v1.6.7981.1
msysgit v1.7.9-preview20120201
Our Git server is installed on another machine running Ubuntu server 64 bit.
CCNet ...
0
votes
1answer
203 views
How to deploy/versioning database with Cruise Control Net?
Hi i have configured the basics of cruise control to make releases, and automated nunit test using just MSBuild. Now i'm wondering if is possible to deploy/versioning databases with this?
I'm a ...
-1
votes
2answers
489 views
Open source code coverage tool for .net that can be integrated with cc net [closed]
Can u please tell me any code coverage tool name that i can use in cruise control .net,
Is part cover is open source or not?
0
votes
1answer
450 views
Last build label version number for Continuous and Nightly build is not same
I have configured two project builds - Continuous and nightly in my CruiseControl.Net (version: 1.6.7981.1) server to build the same project code.
I am getting code from TFS server and storing it in ...
1
vote
2answers
178 views
Not able to see the FxCop Report embeded in the Email usign CruiseControl.Net
I have installed Cruise Control 1.5 on my machine and trying to configure the automated build. Everything is working fine. Application is building, i receive an email but I don't see the FXCop result ...
0
votes
2answers
163 views
Generate Iron Python UnitTest results
I currently have several iron python modules, each with a class that implements unittest.TestCase.
I'm running the test classes through a .bat file as such:
@set IRONPYTHONPATH=..\TestProject\bin;
...
4
votes
2answers
228 views
Determining currently executing test case by Nunit
I am using Cruisecontrol for building code and executing ~200 test cases.
Sometimes the build gets hung due to some of the test cases and I am not able to determine which test case it is.
Is it ...
1
vote
3answers
94 views
Is there a way to stop cruise control from processing during specific times?
I'm trying to implement cruisecontrol.net with our ClearCase source control. There are specific times when the ClearCase repository is not available. (Scheduled backup times). Is there a way to tell ...
0
votes
2answers
103 views
Cruisecontrol status with chained batch files
Once out TFS build gets dropped, I am trying to use Cruisecontrol to move the build to the IIS folder correctly.
I plan to make it run a batch script, which will then call 2-3 other scripts internally ...
0
votes
1answer
154 views
how to add new item to CruiseControl.NET web dashboard
In one of my config files I am setting a property which differentiate production and development build , the CCNet is configured in a way that switching between these two require a CCNet restart, what ...
0
votes
0answers
210 views
Illegal characters in path exception using trunkUrl in CruiceControl Config file
I am trying to setup the ccnet.config file and when specifying trunkUrl under sourcecontrol, it is throwing an illegal characters in path message.
Could anyone please look into the below and tell ...
0
votes
2answers
246 views
Email publisher in CruiseControl fails with no logging
I've setup an Email publisher for my CruiseControl Version : 1.6.7981.1 project.
When I run the build, the only indication of an email error is this text "Failing Tasks : EmailPublisher" in the ...
1
vote
2answers
195 views
Doing a build when changes happen in either of two repositories AND a file system
I have a ccnet project which watches two SVN repositories for changes. Using a source control block of type multi worked fine for that. Now the project needs to watch the two repositories and a file. ...
1
vote
2answers
199 views
Exception with CC .Net 1.6.789.1 - Cannot Start process because a file name has not been provided
I had CC .NET 1.4.4 previously and everything was working fine. I
upgraded it to 1.6.789.1 and now and I get below exception in the log
file at Program Files (x86)\CruiseControl.NET\server\Private ...
2
votes
1answer
300 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>
...
0
votes
0answers
162 views
Cruise Control.Net Failing But nAnt Builds When Done Manually
We've got a CC.Net process that's been running fine for years. Last Friday (03/16) we started getting error messages from the build. The message is very generic. From CCTray, the error message is:
...
2
votes
3answers
2k views
Sample cruisecontrol.net ccnet.config that works with msbuild and delphi XE?
I asked some time ago for help getting continuous integration working in Delphi previously. One side-answer has partial incomplete (not working for me) information [here][2] for using cruisecontrol.
...
1
vote
2answers
232 views
CruiseControl or CruiseControl.NET
I've been using the latest release of CruiseControl.NET (1.6.7981.1). It works fairly well, but the web dashboard is not the greatest and I dislike how the service refuses to start if any of the ...
1
vote
1answer
87 views
CruiseControl.net dynamicValue for sourcecontrol branch
maybe i'm just not seeing it, but i'd like a way to "inject" the value for branch (externally somehow) for a set of predefined build projects.
we have builds configured for Project1, Project2 and ...
7
votes
1answer
600 views
HTTP 500 response connecting CCTray to CC.NET server via dashboard via RawXmlMessage.aspx
I'm using CC.NET 1.6 server and its corresponding CCTray connecting happily via remoting but need to change to use the dashboard connection via HTTP so that I can start farming the URL out to ...
2
votes
2answers
822 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
3answers
139 views
How to link continuous integration to my latest sprint trunk?
Using a continuous integration on my project, I need to checkout the code from latest sprint from BAZAAR as bzr://path/to/myproject/sprint/123
As this path is changing repeatedly (for each sprint), ...
0
votes
1answer
142 views
Using text input parameter on cruisecontrol dashboard
In my Cruisecontrol task, I wish to xcopy code from a folder name, specified by the user on the dashboard. Is there a way to show a text input box on my CC dashboard along my project, which can be ...
0
votes
1answer
100 views
How to pickup latest TFS build by CruiseControl
I am using TSf2010 to build out asp.net project, which gets dropped to a drop folder.
I wish to use CruiseControl.net to xcopy the latest dropped folder to my cc working folder.
Dropped folders are ...
0
votes
1answer
122 views
Use cruisecontrol just to copy code in folders, AFTER build
We have an ASP.NET application, on .NET 2.5, VS2008 and TFS 2010.
We use TFS for builds and the builds get dropped to a build folder.
After a Build happens, we need to manually copy the code from the ...
0
votes
1answer
146 views
Interactive service Logged in as user
So we are trying to setup a Continuous Integration server at my company. What we need to do is svn update the working copy on the server, then build it, start the site using IIS express and then run ...
0
votes
2answers
294 views
CCNet Scheduled build only if another project successfully built
I'm trying to get CCNet to build a project at a scheduled time, but ONLY if another project successfully built since the last time. I have the following block:
<triggers>
<multiTrigger ...
1
vote
1answer
88 views
How do you get a fresh checkout every build in CruiseControl.NET?
Is it possible to tell CruiseControl.NET to perform a fresh checkout with every build? Normally this would seem like the wrong solution, however, it is for our overnight regression test and we need ...
0
votes
2answers
450 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 ...
1
vote
1answer
501 views
Continue Rake after failure
I'm running rake to automate my build process inside of CCNet. I use it to start IIS Express, then run Nunit, and then shutdown the server after Nunit has finished. The problem is that every time ...
4
votes
3answers
1k views
CCtray unable to connect to dashboard
I am using CCnet 1.6 and cctray 1.6. On the build server, the tray works properly using localhost. Remotely though, I am not able to connect the tray to the dashboard. The dashboard URL works great, ...
0
votes
1answer
299 views
Manual click-once deployment fails on trying to install from it
I'm trying to get a deployment to work for three environments, dev, test and prod, on the basis of my cruisecontrol.net build server.
I've tried three different angles so far without luck:
1) ...
2
votes
1answer
771 views
SignTool.exe Sporadically Fails with Exit Code 1
As part of our build system, we use signtool.exe with a certificate to sign our binaries once they've been built. Occasionally (it's hard to tell when it will strike), the signing fails:
error ...
1
vote
1answer
77 views
CruiseControl Request is too old
Yesterday my CruiseControl system started to log a "Request is too old" exception over and over into Windows' Event Log. This is the complete log:
2012-02-19 17:47:02,921 [3] ERROR ...
0
votes
1answer
116 views
CruiseControl.Net messages for “Last Build Status”
Could anyone help me with reporting?
I want to make my dashboard more informative, so if it possible to put custom message for the last build status? Now, in case of failure I have just a message ...
1
vote
1answer
294 views
Cruise control always sends email
I'm trying to set up CruiseControl.NET to notify developers whenever the build fails or is fixed but it sends emails after every build.
This is currently my publishers section of ccnet.config
...
1
vote
1answer
172 views
CruiseControl.NET not updating build label
We recently switched from SVN to Git and re-configured our ccnet server. Everything is working fine except that the build label is always 'unknown'. This is using the lastChangeLabeller.
I can see ...
