# CICD

- [Pipeline](https://close.gitbook.io/yun-wei-bi-ji/centos/cicd/pipeline.md)
- [Docker 容器服务重启](https://close.gitbook.io/yun-wei-bi-ji/centos/cicd/pipeline/docker-rong-qi-fu-wu-chong-qi.md)
- [Docker 镜像打包发布回滚](https://close.gitbook.io/yun-wei-bi-ji/centos/cicd/pipeline/docker-jing-xiang-da-bao-fa-bu-hui-gun.md)
- [Jenkins+Ansible-playbook自动发布回滚](https://close.gitbook.io/yun-wei-bi-ji/centos/cicd/jenkins+ansibleplaybook-zi-dong-fa-bu-hui-gun.md)
- [Jenkins、GitLab部署](https://close.gitbook.io/yun-wei-bi-ji/centos/cicd/jenkinsgitlab-bu-shu.md): 一把梭
- [Docker+Nginx+Jenkins+GitLab实现前端自动化部署](https://close.gitbook.io/yun-wei-bi-ji/centos/cicd/docker+nginx+jenkins+gitlab-shi-xian-qian-duan-zi-dong-hua-bu-shu.md): 这是一个前端 vue 项目，不考虑代码回滚，代码版本控制的问题
- [Jenkins 版本回滚](https://close.gitbook.io/yun-wei-bi-ji/centos/cicd/jenkins-ban-ben-hui-gun.md): 有时候可能代码提交上去了，但是发现有个BUG，这时候就需要回滚到历史的版本中了
- [Jenkins 自动化](https://close.gitbook.io/yun-wei-bi-ji/centos/cicd/jenkins-zi-dong-hua.md)
- [GitLab](https://close.gitbook.io/yun-wei-bi-ji/centos/cicd/gitlab.md)
- [GitLab 安装](https://close.gitbook.io/yun-wei-bi-ji/centos/cicd/gitlab/gitlab-an-zhuang.md)
- [GitLab 不同版本迁移](https://close.gitbook.io/yun-wei-bi-ji/centos/cicd/gitlab/gitlab-bu-tong-ban-ben-qian-yi.md)
- [GitLab 如何设置中文](https://close.gitbook.io/yun-wei-bi-ji/centos/cicd/gitlab/gitlab-ru-he-she-zhi-zhong-wen.md)


---

# 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://close.gitbook.io/yun-wei-bi-ji/centos/cicd.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.
