up vote 4 down vote favorite
share [g+] share [fb]

Has anybody successfully integrated Clearcase with Teamcity (which advertises Clearcase support) to realize a productive continuous integration build environment on a decent size project?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
Thanks! This looks great, I will definitely give it a shot. – zac Nov 6 '09 at 16:26
There are a few limitations though : github.com/gphilipp/TCCC/issues – Gilles Philippart Dec 1 '09 at 9:11
VonC, there's a C missing :-) – Gilles Philippart Jan 14 '10 at 9:56
@Gilles: fixed! Thanks. – VonC Jan 14 '10 at 11:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.