Reputation: 12816
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?
Upvotes: 12
Views: 9884
Reputation: 24480
I just wanted to note that newer CruiseControl.net have builtin support for git
http://cruisecontrolnet.org/projects/ccnet/wiki/Git
Upvotes: 21
Reputation: 156
The Git support was added in CC.NET 1.5 according to the documentation.
Since Thoughtworks seems to be having issues with their public CruiseControl.NET site I wanted to mention that full coverage about the "official" Git Source Control block can be found in the documentation that ships with the CruiseControl.NET installation:
file:///C:/Program%20Files%20%28x86%29/CruiseControl.NET/webdashboard/doc/CCNET/Git%20Source%20Control%20Block.html
It seems like the official plugin has some added features about tagging and checking in files modified during the build.
Upvotes: 4
Reputation: 32684
Integration of git/mercurial support for 1.5 release of CruiseControl.Net is currently worked on - the git plugin AFAIK has already been integrated into main repository.
Mercurial is already included in documentation.
Upvotes: 6
Reputation: 549
There's a CC.net/git plugin at github:
The rdoc includes instructions for configuring CC.net to use a git repository.
Upvotes: 12