Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
docs(jenkins): 新增jenkins自动化集成工具安装和使用
Browse files Browse the repository at this point in the history
  • Loading branch information
zjZSTU committed Sep 12, 2019
1 parent 3f27095 commit 2311969
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
.. toctree::
:maxdepth: 1

docker/index.rst
docker/index
jenkins/index


.. Indices and tables
Expand Down
33 changes: 33 additions & 0 deletions docs/source/jenkins/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.. 自动化指南 documentation master file, created by
sphinx-quickstart on Tue Jun 4 13:39:48 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Jenkins使用指南
======================================

.. toctree::
:maxdepth: 1
:caption: Contents:


* Jenkins安装_
* `[Jenkins]freestyle工程`_
* `[Jenkins][ssh]coding连接`_
* `[Jenkins][github]webhook连接`_
* `[Jenkins]反向代理出错`_


.. _Jenkins安装: https://www.zhujian.tech/posts/5d15ec84.html
.. _`[Jenkins]freestyle工程`: https://www.zhujian.tech/posts/fddee3e1.html
.. _`[Jenkins][ssh]coding连接`: https://www.zhujian.tech/posts/6185d82f.html
.. _`[Jenkins][github]webhook连接`: https://www.zhujian.tech/posts/341b6b1e.html
.. _`[Jenkins]反向代理出错`: https://www.zhujian.tech/posts/adc5ce0c.html


参考
********

* Jenkins_

.. _Jenkins: https://jenkins.io/

0 comments on commit 2311969

Please sign in to comment.