开发者

Continuous Integration with Teamcity and Clearcase

开发者 https://www.devze.com 2022-12-10 05:39 出处:网络
Has anybody successfully integrated Clearcase with Teamcity (which 开发者_JAVA百科advertises Clearcase support) to realize a productive continuous integration build environment on a decent size projec

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消