From 0698d97c16608e9ba19a9bb15e6a8c4c6c8707ae 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: Sun, 9 Oct 2022 09:33:33 +0000 Subject: [PATCH] =?UTF-8?q?obs-jenkins=E5=A2=9E=E5=8A=A0=E6=8F=8F=E8=BF=B0?= 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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d8a58aa --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +#### 目的 + +利用jenkins的插件机制,将obs作为jenkins的构建文件的存储容器 + +#### 参考资料 + +https://www.jenkins.io/zh/doc/developer/ + +https://www.jenkins.io/zh/doc/developer/tutorial/extend/ + +https://zhuanlan.zhihu.com/p/28753005 + +http://t.zoukankan.com/kingzzm-p-3321714.html + +#### 参考实现 + +https://plugins.jenkins.io/aliyun-oss-uploader/ \ No newline at end of file -- Gitee