如何创建脚本直接从clearcase部署asp.net应用程序?
我正在尝试编写一个脚本来从 Clear Case 部署 ASP.NET 应用程序。我正在使用 Clear Case 远程客户端。
我将如何开始?最简单的方法是什么?
I am trying to write a script to deploy asp.net application from Clear Case. I am using Clear Case Remote Client.
How will i start? what is the easiest way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CCRC 用于从“Web”ClearCase 快照视图访问代码。
作为轻型 ClearCase 安装,您:
cleartool
命令cleartool
命令。例如,TeamCity 仍有一个关于 CCRC 支持的待处理票。
对于您来说,由于您无论如何都不想/不需要使用这些调度程序,因此您可以从使用 CCRC CLI (
rcleartool
) 以便:会部署您的应用程序。 Jenkins 目前遵循与 CCRC 支持类似的计划:ticket 5192:
(Jenkins 和 Hudson 都不支持 CCRC)
有关此 IBM 文章的更多详细信息:
"与 IBM Rational ClearCase Remote Client 持续集成< /strong>"
在带有 CCRC 的 CI 通用架构模式中,我上面的建议(
rcleartool update
)通过 CM 服务器和构建服务器之间的链接进行了说明。CCRC is for accessing code from a "web" ClearCase snapshot view.
Being a light ClearCase installation, you:
cleartool
command which would allow to detect new content (new versions on files) to be updatedcleartool
command.TeamCity, for instance, has still a pending ticket on CCRC support.
For you, since you don't want/need to use those schedulers anyway, you can start by using the CCRC CLI (
rcleartool
) in order to:Jenkins currently follows a similar path to plan for CCRC support: ticket 5192:
(and neither Jenkins nor Hudson support CCRC yet)
More details on this IBM article:
"Continuous integration with IBM Rational ClearCase Remote Client"
In this general architecture schema for CI with CCRC, my suggestion above (
rcleartool update
) is illustrated by the link between the CM server and the build server.就我个人而言,我会从不重新发明轮子开始。
Team City 就是这样一款产品,它可以满足您的要求
http://www.jetbrains.com/teamcity /
Personally I'd start by not re-inventing the wheel.
Team City is one such product that can do what you're asking about
http://www.jetbrains.com/teamcity/