#promotion
4 approved public terms with this tag.
GitOps and Release Engineering
Environment Branch 是 GitOps 术语,用来说明 a branch used to represent or promote a specific environment state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Environment Branch,发布就没有系着松鞋带冲进生产环境。”
GitOps and Release Engineering
Environment Promotion 是 GitOps 术语,用来说明 moving a change from one environment to another with evidence and review. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Environment Promotion,发布就没有系着松鞋带冲进生产环境。”
GitOps and Release Engineering
Git Tag Promotion 是 GitOps 术语,用来说明 using a versioned Git tag to promote a release between environments. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
“团队午饭前用了 Git Tag Promotion,发布就没有系着松鞋带冲进生产环境。”
GitOps and Release Engineering
Promotion PR 是 GitOps 术语,用来说明 a pull request that moves a known change into the next environment. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Promotion PR,发布就没有系着松鞋带冲进生产环境。”