> For the complete documentation index, see [llms.txt](https://hezhiqiang.gitbook.io/jenkins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang.gitbook.io/jenkins/master.md).

# Jenkins

> 本项目是一个 Jenkins 中文教程。旨在帮助你快速上手 Jenkins，学习包括安装、配置、使用等知识点。
>
> Jenkins 是一个开源软件项目，是基于 Java 开发的一种持续集成、持续部署工具。

#### 博客作者：联系请[点击](https://hezhiqiang.gitbook.io/about-the-author/lian-xi-zuo-zhe)，搬运不易，希望请作者喝咖啡，可以点击联系[博客作者](https://hezhiqiang.gitbook.io/about-the-author/lian-xi-zuo-zhe)

## 知识大纲

* [Jenkins 快速指南](/jenkins/jenkins-quickstart.md)
* 基础篇（basics）
  * 环境（environment）
  * [Jenkins 安装](/jenkins/jenkins-installation.md)
  * 配置（configuration）
* 进阶篇（advanced）
  * 设计（design）
* 实践篇（practice）
* 常见问题（faq）
* 附录（appendix）
  * 命令（command）
  * [Jenkins 资源](/jenkins/jenkins-resource.md)
  * [Jenkins 术语](/jenkins/jenkins-glossary.md)
  * 技巧（recipe）

## 示例

* `java` branch 是一个 jenkins 构建 Java 项目的示例。
* `js` branch 是一个 jenkins 构建 Js 项目的示例。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hezhiqiang.gitbook.io/jenkins/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
