Skip to content

Commit

Permalink
Improve plugin docs (#313)
Browse files Browse the repository at this point in the history
* docs: improve plugin docs

* drone do not use ssl

Co-authored-by: Anbraten <anton@ju60.de>

Co-authored-by: Nulo <git@nulo.in>
Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: 6543 <6543@obermui.de>
  • Loading branch information
4 people committed Sep 17, 2021
1 parent 289f0c9 commit 387760c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docs/20-usage/51-plugins/10-plugins.md
Original file line number Diff line number Diff line change
@@ -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](http://plugins.drone.io).

Example pipeline using the Docker and Slack plugins:

Expand All @@ -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
Expand Down

0 comments on commit 387760c

Please sign in to comment.