Continuous Integration with Teamcity and Clearcase

时光毁灭记忆、已成空白 提交于 2019-12-07 05:13:31

问题


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:


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.



来源:https://stackoverflow.com/questions/1688061/continuous-integration-with-teamcity-and-clearcase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!