From 5fc1061605a1ae83774ef897b97662aaf065740f Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 17 Sep 2021 16:31:19 -0300 Subject: [PATCH 1/2] docs: improve plugin docs --- docs/docs/20-usage/51-plugins/10-plugins.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs/20-usage/51-plugins/10-plugins.md b/docs/docs/20-usage/51-plugins/10-plugins.md index a0ecdd6593..da0802920b 100644 --- a/docs/docs/20-usage/51-plugins/10-plugins.md +++ b/docs/docs/20-usage/51-plugins/10-plugins.md @@ -1,6 +1,8 @@ # Plugins -Plugins are Docker containers that perform pre-defined tasks and are configured as steps in your pipeline. Plugins can be used to deploy code, publish artifacts, send notification, and more. +Plugins are pipeline steps that perform pre-defined tasks and are configured as steps in your pipeline. Plugins can be used to deploy code, publish artifacts, send notification, and more. + +They are automatically pulled from [plugins.drone.io](https://plugins.drone.io). Example pipeline using the Docker and Slack plugins: @@ -24,7 +26,7 @@ pipeline: ## Plugin Isolation -Plugins are executed in Docker containers and are isolated from the other steps in your build pipeline. Plugins do share the build workspace, mounted as a volume, and therefore have access to your source tree. +Plugins are just pipeline steps. They share the build workspace, mounted as a volume, and therefore have access to your source tree. ## Creating a plugin From 50d210b3c8cb00f442d243d044ffe9b5c3bf0aad Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 17 Sep 2021 21:46:32 +0200 Subject: [PATCH 2/2] drone do not use ssl Co-authored-by: Anbraten --- docs/docs/20-usage/51-plugins/10-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/20-usage/51-plugins/10-plugins.md b/docs/docs/20-usage/51-plugins/10-plugins.md index da0802920b..16a19c1c56 100644 --- a/docs/docs/20-usage/51-plugins/10-plugins.md +++ b/docs/docs/20-usage/51-plugins/10-plugins.md @@ -2,7 +2,7 @@ Plugins are pipeline steps that perform pre-defined tasks and are configured as steps in your pipeline. Plugins can be used to deploy code, publish artifacts, send notification, and more. -They are automatically pulled from [plugins.drone.io](https://plugins.drone.io). +They are automatically pulled from [plugins.drone.io](http://plugins.drone.io). Example pipeline using the Docker and Slack plugins: