Auto-sync: 2026-04-19 00:02

This commit is contained in:
2026-04-19 00:02:42 +08:00
parent 2ed46e251d
commit 861ba9d1f6
56 changed files with 2131 additions and 1 deletions

25
wiki/entities/Jenkins.md Normal file
View File

@@ -0,0 +1,25 @@
---
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]]:参考架构