# 前言

### 目标受众

jenkins和kubernetes的共同用户

### 主要内容

从0开始，一步步搭建CI/CD系统，目标是：

1. 快速搭建和初始化环境
2. 创建job，基本的操作流程定义和对应的pipeline编写
3. 一键触发应用发布，从代码拉取、构建、打包到发布到指定环境
4. 发布过程不中断服务
5. 监控构建过程，做统计和告警
6. 发布过程保留记录，可供以后回滚
7. 发布点同步到监控系统，可以将变更和故障点关联（可视化），用于快速定位错误
8. 实现蓝绿发布和金丝雀发布


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cd.ymian.top/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
