Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ Currently, the official plugins maintained by the PipeCD Maintainers are:
- Wait
- Wait Approval

We are working towards releasing more plugins in the future.
We are working towards releasing more plugins in the future. You can track progress and find community-maintained plugins like ECS and Lambda in the [community-plugins repository](https://github.com/pipe-cd/community-plugins).


>**Note:**
> We also have the [PipeCD Community Plugins repository](https://github.com/pipe-cd/community-plugins) for plugins made by the PipeCD Community.

A plugin is added to the piped configuration inside the `spec.plugins` array and providing the plugin’s executable URL, the port it should run on, and any deploy targets that belong to it. For more details, see the [configuration reference for plugins](../configuration-reference/#plugins).

Expand Down
Loading