我们正在进行CI项目,使用TeamCity和Nolio自动构建和部署应用程序、数据库(模式和数据)、autosys和etl组件。
我们使用的是Perfoce,并且有下面的分支结构。
开发人员工作的main.br ==>
发布 ==>以供发布
- tranche\_2.0
- core ==> with all subfolder as per main.br
- branchX ==> with all subfolder as per main.br
- tranche\_2.0
- core ==> with all subfolder as per main.br
- branchX ==> with all subfolder as per main.br
我们在TeamCity中将安装版本分支作为VCS根。
查询:
- how to structure TeamCity jobs for different environment and tranche release.
- how to define check-out rule for different environment and tranche release.提前感谢您的帮助和建议。
发布于 2016-03-17 16:42:09
对于每种类型都有独立的构建配置,如.NetProj1、Serviceproj2、Autosys1设置为参数(例如Build.ENV = DEV ),在运行生成之前将其更改为QA或PROD。
https://stackoverflow.com/questions/29980566
复制相似问题