# 二十六、DevOps 持续部署集成

- [26.1、DevOps 介绍](https://monksoul.gitbook.io/hoa/devopschixubushujicheng/devopsjieshao.md): DevOps(英文Development和Operations的组合)是一组过程、方法与系统的统称。
- [26.2、持续集成、交付、部署](https://monksoul.gitbook.io/hoa/devopschixubushujicheng/chixujichengjiaofubushu.md): 持续集成、交付、部署时敏捷开发中不可或缺的部分。
- [26.3、Jenkins 介绍](https://monksoul.gitbook.io/hoa/devopschixubushujicheng/jenkinsjieshao.md): Jenkins是一个开源的、可扩展的持续集成、交付、部署（软件/代码的编译、打包、部署）的基于web界面的平台
- [26.4、Jenkins 安装](https://monksoul.gitbook.io/hoa/devopschixubushujicheng/jenkinsanzhuan.md)
- [26.5、Jenkins 初始化](https://monksoul.gitbook.io/hoa/devopschixubushujicheng/jenkinschushihua.md): 通过简单的几步操作即可完成Jenkins的配置。
- [26.6、Jenkins 实战演练](https://monksoul.gitbook.io/hoa/devopschixubushujicheng/jenkinsshizhan.md): 通过简单的例子带大家入门Jenkins的基本使用。
- [26.7、Jenkis 项目配置](https://monksoul.gitbook.io/hoa/devopschixubushujicheng/26.7jenkis-xiang-mu-pei-zhi.md): 通过配置项目构建信息，一切交给Jenkins。
- [26.8、Jenkins 插件](https://monksoul.gitbook.io/hoa/devopschixubushujicheng/26.8jenkins-cha-jian.md): Jenkins 提供丰富的插件供我们使用，比如PowerShell.


---

# 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://monksoul.gitbook.io/hoa/devopschixubushujicheng.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.
