从配置管理的角度来看,在自动化构建中最好做的事情是什么?
我有一个相当长且复杂的构建自动化脚本。从配置管理的角度来看,自动化构建的最佳实践是什么?我看到了一个关于在自动化构建中要做的很酷的事情的帖子,但是什么是重要的呢?
例如,备份和压缩构建的所有输出工件是一回事,并且计时构建,除此之外还有什么?
谢谢
I have a fairly long and complex build automation script. From a configuration management perspective, what are the best practises for an automated build? I saw a thread about cool things to do in an automated build, but what's important?
E.g. backing up and zipping up all the outputted artifacts of the build is one thing and timing the build, what else along these lines?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你已经提到了 ans 的一半;剩下的就是精简
多个项目,
可增强,
构建标签,
自测试代码,
时间轴,
可扩展性,
从我的角度来看,最重要的两件事是时间和覆盖水平。
希望这会有所帮助。
You already mentioned the half of the ans; rest would be streamlining the
multi-projects,
enhanceable,
Build Labels,
Self testing Code,
Timeline,
Scalability,
From my point of view two most important things are time, coverage level.
Hope this helps a little.