12

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?

TWA
  • 12,756
  • 13
  • 56
  • 92

4 Answers4

21

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

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

dna
  • 1,498
  • 1
  • 14
  • 35
Frank Schwieterman
  • 24,142
  • 15
  • 92
  • 130
12

There's a CC.net/git plugin at github:

ccnet.git.plugin

The rdoc includes instructions for configuring CC.net to use a git repository.

Andrew Champion
  • 549
  • 4
  • 10
6

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.

skolima
  • 31,963
  • 27
  • 115
  • 151
4

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:

It seems like the official plugin has some added features about tagging and checking in files modified during the build.

kjellander
  • 156
  • 2