Files
nexus/wiki/entities/Jenkins.md
2026-04-19 00:02:42 +08:00

25 lines
733 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]:参考架构