From 449696843bf2e1b4aec7fbec375d1e250f9d15ac Mon Sep 17 00:00:00 2001 From: yashin Date: Fri, 27 Jul 2018 19:22:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_zh_CN.md | 11 +++++++---- src/main/webapp/help/help-ci-skip-test.html | 3 +++ src/main/webapp/help/help-ci-skip-test_zh_CN.html | 3 +++ 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 src/main/webapp/help/help-ci-skip-test.html create mode 100644 src/main/webapp/help/help-ci-skip-test_zh_CN.html diff --git a/README_zh_CN.md b/README_zh_CN.md index 6de533d..d26b040 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -36,12 +36,15 @@ Gitee Jenkins Plugin 是码云基于 [GitLab Plugin](https://github.com/jenkinsc - 构建后操作可配置 PR 触发的构建结果评论到码云对应的PR中。 - 构建后操作可配置 PR 触发的构建成功后可自动合并对应PR。 - 对于 PR 相关的所有事件,若 PR 代码冲突不可自动合并,则不触发构建;且若配置了评论到PR的功能,则评论到 PR 提示冲突。 +- PR 评论可通过 WebHook 触发构建(可用于 PR 触发构建失败是便于从码云平台评论重新触发构建) ## 计划中特性 -- PR 审查并测试通过触发构建。 -- PR 评论可通过 WebHook 触发构建(用于 PR 触发构建失败是便于从码云平台评论重新触发构建)。 -- PR 合并或关闭时删除相应的构建结果,且支持添加后续处理脚本(便于节省 Jenkins 磁盘空间,且可以配合维护持续构建生成测试环境)。 -- 勾选触发方式自动添加WebHook至码云。 +1. PR 审查并测试通过触发构建(可用户触发部署,且可配合自动合并 PR 的特性完善工作流。) +2. 过滤 PR + - 支持 [ci-skip] 指令过滤 + - Gitee 新建 PR 不勾选必须测试选项,则过滤 + +3. 勾选触发方式自动添加WebHook至码云。 # 插件安装 1. 在线安装 diff --git a/src/main/webapp/help/help-ci-skip-test.html b/src/main/webapp/help/help-ci-skip-test.html new file mode 100644 index 0000000..fc47246 --- /dev/null +++ b/src/main/webapp/help/help-ci-skip-test.html @@ -0,0 +1,3 @@ +
+ When Gitee Pull Request not required test (uncheck [mast test] in PR form), skip trigger. +
diff --git a/src/main/webapp/help/help-ci-skip-test_zh_CN.html b/src/main/webapp/help/help-ci-skip-test_zh_CN.html new file mode 100644 index 0000000..13879e3 --- /dev/null +++ b/src/main/webapp/help/help-ci-skip-test_zh_CN.html @@ -0,0 +1,3 @@ +
+ 当码云 PR 表单中不勾选【必须测试】选项时,则过滤构建。 +