25 lines
733 B
Markdown
25 lines
733 B
Markdown
---
|
||
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]]:参考架构 |