From 2e3499d73af38f1cafae5ee494f858a9956d5961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8B=9B=E8=B4=A2=E5=96=B5?= <10706652+li-lianglong@user.noreply.gitee.com> Date: Wed, 12 Oct 2022 07:46:30 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A1=88=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 招财喵 <10706652+li-lianglong@user.noreply.gitee.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8a58aa..7dabba9 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,6 @@ http://t.zoukankan.com/kingzzm-p-3321714.html #### 参考实现 -https://plugins.jenkins.io/aliyun-oss-uploader/ \ No newline at end of file +https://plugins.jenkins.io/aliyun-oss-uploader/ 简易实现,第一步,只有构建完成之后的上传 +https://github.com/jenkinsci/google-storage-plugin 进阶,功能丰富,包含多种类型上传方案,下载 +https://github.com/jenkinsci/minio-storage-plugin 进阶,功能丰富 \ No newline at end of file -- Gitee