woodpecker/docs/plugins/woodpecker-plugins/plugins.json
Josh Soref 023d03dd61
Spelling (#1405)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-11-09 08:12:17 +01:00

79 lines
2.3 KiB
JSON

{
"plugins": [
{
"name": "Clone plugin",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-git/master/docs.md",
"verified": true
},
{
"name": "Docker Buildx",
"docs": "https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/raw/branch/main/docs.md",
"verified": true
},
{
"name": "Codecov",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-codecov/master/docs.md",
"verified": true
},
{
"name": "Surge preview",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-surge-preview/main/docs.md",
"verified": true
},
{
"name": "S3 upload",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-s3/master/docs.md",
"verified": true
},
{
"name": "Node PM",
"docs": "https://codeberg.org/woodpecker-plugins/node-pm/raw/branch/main/docs.md",
"verified": true
},
{
"name": "Block Git changes",
"docs": "https://codeberg.org/qwerty287/woodpecker-block-git-changes/raw/branch/main/docs.md",
"verified": false
},
{
"name": "Regex check",
"docs": "https://codeberg.org/qwerty287/woodpecker-regex-check/raw/branch/main/docs.md",
"verified": false
},
{
"name": "Gitea Pull comment",
"docs": "https://raw.githubusercontent.com/markopolo123/gitea-comment-plugin/main/docs.md",
"verified": false
},
{
"name": "Git Push",
"docs": "https://raw.githubusercontent.com/appleboy/drone-git-push/master/DOCS.md",
"verified": false
},
{
"// todo": true,
"name": "Email",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-email/master/docs.md",
"verified": true
},
{
"// todo": true,
"name": "Docker",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-docker/master/docs.md",
"verified": true
},
{
"// todo": true,
"name": "GitHub release",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-github-release/master/docs.md",
"verified": true
},
{
"// todo": true,
"name": "Chart releaser",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-chart-releaser/master/docs.md",
"verified": true
}
]
}