Skip to main content

Questions tagged [cruisecontrol.net]

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.

cruisecontrol.net
1 vote
2 answers
39 views

Running MSBuild from Cruise Control .NET with 64 tools environment enabled

I was running into the a linker error: Error C1002 compiler is out of heap space in pass 2 (while building using Visual Studio 2015) recently and my solution was to use msbuild from the command line ...
Jana Andropov's user avatar
2 votes
0 answers
293 views

How to include globalconfig file into dotnet build call?

I need to lower some custom analyzers severity from error to warning in my CI build. I prepared a proper .globalconfig file for this task. Now I need to make "dotnet build" call aware of ...
Przemaas's user avatar
  • 851
0 votes
2 answers
44 views

How do I configure CruiseControl's C# version for XSLT code snippets?

I am trying to set up a CruiseControl.NET instance that displays some of its build results with custom XSLT that includes C# snippets. This used to work on another instance (whose configuration is not ...
O. R. Mapper's user avatar
  • 20.5k
0 votes
0 answers
34 views

Need help in migrating CruiseControl.Net to Jenkins for MSTest Automation Projects

Currently in our company we are executing tests from CCNet (in Automation VM) by specifying different build arguments, however I feel it is now best to migrate to better automation server which is ...
Chandler's user avatar
0 votes
1 answer
166 views

Setting the assembly file version and assembly version using cc.net and msbuild

We are using cc.net (cruise control) and msbuild to build a click once application. This is the msbuild task: <msbuild> <executable>C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe&...
Ian Hannah's user avatar
0 votes
1 answer
53 views

How to enable CC.NET Build to download Nuget pckages

I have an existing CC.NET build machine#1 pointing to a tfs server#1, and it is configured to download Nuget packages automatically when we trigger the build. So, it builds fine when I create a new ...
Ram_P's user avatar
  • 55
0 votes
1 answer
74 views

How to make CC.NET continue build after failed task?

I am trying to run a couple of tasks (the xunit task, to be precise) on a CruiseControl.NET instance. If one of these tasks fails, the build is aborted. How can I prevent this? I would like CC.NET ...
O. R. Mapper's user avatar
  • 20.5k
0 votes
1 answer
35 views

CCNET has wrong program files path at runtime

I am using 1.8.5 of CruiseControl.Net and I am configuring our build scripts for use on x86 and x64 systems. In this script, I define the path value for msbuild.exe file as follows: <cb:define ...
Daniel Lee's user avatar
0 votes
1 answer
54 views

How to use a custom labeller in Jenkins?

I'm about to switch from CruiseControl.NET to Jenkins. I want to use the custom labeller from CCNET for Jenkins. How can I do this? Currently I am using a custom labeller for CCNET like the example: ...
Konstantin's user avatar
0 votes
1 answer
59 views

unable to find the temporary location for signtool. exiting

I am try to digitally sign .dll, .exe and .msi files using signUserFiles.exe, I have configured signing steps into Cruise control tool and when I try to build our project (abc.proj file) using cruise ...
Ganesh Prasad's user avatar
0 votes
0 answers
152 views

Migrating PowerBuilder Application Build Process to TeamCity

I currently have a PowerBuilder application that I recently migrated to PowerBuilder 2017 from PowerBuilder 12.5. I was using CruiseControl.net with Orca scripts to build my PowerBuilder projects. ...
user3591385's user avatar
3 votes
1 answer
136 views

prevent forcing the build when other build in progress using cc.net

I have a requirement to not to trigger the build when the other project is in progress: <cb:config-template xmlns:cb="urn:ccnet.config.builder"> <project name="prj1" queue="Q1" ...
Puru's user avatar
  • 31
0 votes
2 answers
2k views

How to specify time range in cruise control for Kafka?

Trying to access API which is given cruise control for Apache Kafka. for a get call, it says Get the partition load sorted by the utilization of a given resource and filtered by given topic ...
Clover's user avatar
  • 549
0 votes
1 answer
140 views

CruiseControl integration with ANT to build C# solution

I have installed CruiseControl 1.0.1 and Ant apache-ant-1.9.12 . I am trying to integrate them to build My C# project So I have done the below changes in ccnet.config <cruisecontrol> <...
Avinash T S's user avatar
1 vote
0 answers
95 views

Run jUnit with CruiseControl.net and show Results in Dashboard of CruiseControl.NET

i'm looking for a way to run jUnitTests from a java project using CruiseControl.net. I found this on cruisecontrol-webpage: http://www.cruisecontrolnet.org/projects/ccnet/wiki/Step_3_Add_unit_tests ...
JackDaniel's user avatar

15 30 50 per page
1
2 3 4 5
93