Technology Radar
Published : Mar 29, 2022
NOT ON THE CURRENT EDITION
This blip is not on the current edition of the Radar. If it was on one of the last few editions, it is likely that it is still relevant. If the blip is older, it might no longer be relevant and our assessment might be different today. Unfortunately, we simply don't have the bandwidth to continuously review blips from previous editions of the Radar.
Understand more
Mar 2022
Trial
Azure Pipeline模板提供了两种机制来对 Azure Pipeline定义去重。通过 "includes" 模板,你可以引用一个模板使其像参数化的 C++ 宏一样内联展开,从而以一种简单的方式将各个阶段、任务和步骤的公共配置分解出来。通过 "extends" 模板,你可以定义一个具有公共流水线配置的外壳,结合所需模板检查机制,如果流水线没有扩展特定的模板,你可以拒绝构建以防止对流水线配置本身的恶意攻击。Azure Pipeline模板、CircleCI Orbs 以及刚崭露头角的GitHub Actions 可复用工作流,是流水线设计模块化趋势在不同平台上的体现,我们从多个团队收到了好的反馈。