Environment Branch
Definitions
Environment Branch 是 GitOps 术语,用来说明 a branch used to represent or promote a specific environment state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.
“团队午饭前用了 Environment Branch,发布就没有系着松鞋带冲进生产环境。”
Related Terms
- Environment PromotionGitOps and Release Engineering
Environment Promotion 是 GitOps 术语,用来说明 moving a change from one environment to another with evidence and review. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps princ...
- Git Tag PromotionGitOps and Release Engineering
Git Tag Promotion 是 GitOps 术语,用来说明 using a versioned Git tag to promote a release between environments. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: Argo CD documentation.
- Infrastructure RepositoryGitOps and Release Engineering
Infrastructure Repository 是 GitOps 术语,用来说明 a repository containing infrastructure definitions and environment state. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps p...
- Monorepo GitOpsGitOps and Release Engineering
Monorepo GitOps 是 GitOps 术语,用来说明 a GitOps layout where many services or environments live in one repository. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principle...
- Platform RepositoryGitOps and Release Engineering
Platform Repository 是 GitOps 术语,用来说明 a repository that stores shared platform services, policies, and add-ons. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps princip...
- Promotion PRGitOps and Release Engineering
Promotion PR 是 GitOps 术语,用来说明 a pull request that moves a known change into the next environment. 它帮助团队、人和代理比较声明的源状态与正在运行的系统,再按证据行动,不把部署说成比实际更多。 来源: OpenGitOps principles.