Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CruiseControl.NET and Git

It looks like there is no built-in support for Git in CruiseControl.NET.

Anyone have suggestions on Git plug-ins, tips, or other advice on getting CruiseControl.NET with work with Git?

like image 460
TWA Avatar asked Jun 03 '09 17:06

TWA


People also ask

What is CruiseControl net?

CruiseControl.NET is an automated continuous integration server for the .NET platform. It is a C# port of CruiseControl for Java. Releases up to 1.8.5 can be downloaded from sourceforge.net We provide the following build scripts with CruiseControl.NET: It will display the existing targets in the cake build script.

What is CruiseControl for Java?

Updated the documentation for the package publisher. CruiseControl.NET is an automated continuous integration server for the .NET platform. It is a C# port of CruiseControl for Java. Releases up to 1.8.5 can be downloaded from sourceforge.net

Where can I find the documentation for cruise control net?

GitHub - ccnet/CruiseControl.NET: CruiseControl.NET is an Automated Continuous Integration server, implemented using the .NET Framework. Downloads at sourceforge. The documentation can be found at: obones and savornicesei ConfigurationManager may not be able to find the appropriate file, so…

How do I run PowerShell on a CruiseControl build file?

This cleans the Build, Dist and Publish folders of previous artifacts. If running powershell scripts are disabled on your machine, you can run powershell with ExecutionPolicy disabled for the CruiseControl.NET build file: If you just cloned the CruiseControl.NET repository, run chmod u+x build.sh so you have execute permission on the build script.


1 Answers

I just wanted to note that newer CruiseControl.net have builtin support for git

http://cruisecontrolnet.org/projects/ccnet/wiki/Git

like image 120
Frank Schwieterman Avatar answered Sep 21 '22 09:09

Frank Schwieterman