Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

@@ -1,25 +0,0 @@
---
title: "Jenkins"
type: entity
tags:
- CI/CD
- Automation
- DevOps
date-added: 2026-04-18
---
## Aliases
- Jenkins CI
- Jenkins Server
## Description
开源自动化服务器主要用于持续集成CI和持续交付CD。在 SaaS Landing Zone 架构中Shared Account 托管主 Jenkins 服务器,通过 Lambda 函数触发各账号的 Jenkins slaves 执行部署任务。
## Role in Architecture
- 主 Jenkins 服务器位于 Shared Account负责管理部署流程
- 通过 Lambda 函数在各账号触发 Jenkins slaves
- 增强安全性:主 Jenkins 不直接暴露给 jobs 或 credentials
## Related
- [[Terraform]]:用于基础设施即代码部署
- [[Gruntwork Landing Zone]]:参考架构