Has anybody successfully integrated Clearcase with Teamcity (which advertises Clearcase support) to realize a productive continuous integration build environment on a decent size project?
+1
A:
Yes we have, but with a custom ClearCase plugin for TeamCity, in order to::
- use a dynamic view set with a "time" directive, and to
- avoid hundreds of "
descr -l
" for each changed files (which would be Sparta, err, no, madness, would be madness since it would represents hundreds of transaction to the ClearCase server)
Check out the TCCC plugin on GitHub.
VonC
2009-11-06 15:14:06
Thanks! This looks great, I will definitely give it a shot.
zac
2009-11-06 16:26:20
There are a few limitations though : http://github.com/gphilipp/TCCC/issues
Gilles Philippart
2009-12-01 09:11:29
VonC, there's a C missing :-)
Gilles Philippart
2010-01-14 09:56:24
@Gilles: fixed! Thanks.
VonC
2010-01-14 11:29:14
A:
IS this still in a working condition, what versions of TCC is it compatible with.
Nick
2009-12-08 11:08:03