Skip to content

Commit 771fd3f

Browse files
author
Felixnoo
committed
Add ZH README
Signed-off-by: Felixnoo <felixliu@yunify.com>
1 parent cd2f356 commit 771fd3f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Repo Introduction
22

3+
> English | [中文](README_zh.md)
4+
35
KubeSphere provides a Jenkins-based DevOps system [with various features](https://kubesphere.io/docs/devops-user-guide/understand-and-manage-devops-projects/overview/#features). This repository is used for a SpringBoot demo for DevOps on KubeSphere. For example, you can find a file of `Jenkinsfile-online` in the root directory, and you can use it to create a pipeline through the **Jenkinsfile in SCM** method.
46

57
For more information about how to use the KubeSphere DevOps system, you can refer to the following list of KubeSphere official documents.

README_zh.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 仓库简介
2+
3+
> [English](README.md) | 中文
4+
5+
KubeSphere 基于 Jenkins 提供的 DevOps 系统可以实现[多种功能](https://kubesphere.io/zh/docs/devops-user-guide/understand-and-manage-devops-projects/overview/#功能)。本仓库用来演示基于 SpringBoot 的 KubeSphere DevOps 功能。例如,您可以在根目录中找到 `Jenkinsfile-online` 文件,并将该文件用作 **SCM 中的 Jenkinsfile** 来创建流水线。
6+
7+
有关如何使用 KubeSphere DevOps 系统的更多信息,您可以参考下方的 KubeSphere 官方文档清单。
8+
9+
## 文档清单
10+
11+
- [使用 Jenkinsfile 创建流水线](https://kubesphere.io/zh/docs/devops-user-guide/how-to-use/create-a-pipeline-using-jenkinsfile/)
12+
- [使用图形编辑面板创建流水线](https://kubesphere.io/zh/docs/devops-user-guide/how-to-use/create-a-pipeline-using-graphical-editing-panel/)
13+
- [构建和部署 Maven 工程](https://kubesphere.io/zh/docs/devops-user-guide/examples/a-maven-project/)
14+
- [Source to Image:无需 Dockerfile 发布应用](https://kubesphere.io/zh/docs/project-user-guide/image-builder/source-to-image/)
15+

0 commit comments

Comments
 (0)