1
0
Fork
You've already forked trigger
0
Woodpecker CI plugin to trigger pipelines
  • Go 97.9%
  • Makefile 2.1%
woodpecker-bot 832d2dd9bb chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v5.2.0 ( #33 )
Reviewed-on: woodpecker-plugins/trigger#33
Reviewed-by: xoxys <xoxys@noreply.codeberg.org>
Co-authored-by: woodpecker-bot <woodpecker-bot@obermui.de>
Co-committed-by: woodpecker-bot <woodpecker-bot@obermui.de>
2025年01月27日 08:57:57 +00:00
.vscode Refactor as Woodpecker CI plugin 2023年01月09日 02:11:44 +02:00
.woodpecker chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v5.2.0 ( #33 ) 2025年01月27日 08:57:57 +00:00
cmd/trigger Refactor as Woodpecker CI plugin 2023年01月09日 02:11:44 +02:00
.gitignore Migrate to github.com/urfave/cli/v3 ( #23 ) 2024年09月11日 14:08:37 +00:00
CHANGELOG.md 🎉 Release 0.2.3 ( #25 ) 2024年09月29日 15:08:37 +00:00
CODEOWNERS Add CODEOWNERS ( #20 ) 2024年03月24日 08:57:15 +00:00
CONTRIBUTING.md Refactor as Woodpecker CI plugin 2023年01月09日 02:11:44 +02:00
Dockerfile.multiarch chore(deps): update golang docker tag to v1.23 2024年08月19日 00:24:57 +00:00
docs.md Fix author key ( #18 ) 2024年01月14日 17:23:26 +00:00
go.mod Updated woodpecker dependency to v3 ( #35 ) 2025年01月27日 08:57:20 +00:00
go.sum Updated woodpecker dependency to v3 ( #35 ) 2025年01月27日 08:57:20 +00:00
impl.go Updated woodpecker dependency to v3 ( #35 ) 2025年01月27日 08:57:20 +00:00
impl_test.go Update to work with Woodpecker latest development version ( #2 ) 2023年07月03日 12:17:39 +00:00
LICENSE Migrate to the drone-plugin-lib 2020年05月28日 13:11:32 -07:00
logo.png Add logo ( #17 ) 2024年01月03日 08:25:12 +00:00
Makefile Refactor as Woodpecker CI plugin 2023年01月09日 02:11:44 +02:00
plugin.go Migrate to github.com/urfave/cli/v3 ( #23 ) 2024年09月11日 14:08:37 +00:00
README.md Add CODEOWNERS ( #20 ) 2024年03月24日 08:57:15 +00:00
renovate.json Configure Renovate ( #3 ) 2023年10月17日 15:38:16 +00:00
test_params.env Refactor as Woodpecker CI plugin 2023年01月09日 02:11:44 +02:00

Woodpecker CI trigger plugin

Get it on Codeberg

Woodpecker CI plugin to trigger repository builds or deployments. For the usage information and a listing of the available options please take a look at the docs or woodpecker-ci.org.

This plugin is a fork of drone-plugins/drone-downstream.

Build

Build the binary with the following command:

make build

Docker

Build the Docker image with the following command:

docker buildx build \
 --label org.label-schema.build-date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
 --label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \
 --platform linux/amd64 \
 --file Dockerfile.multiarch --tag woodpeckerci/plugin-trigger .

Maintainers

This plugin is maintained by @6543 and @lafriks.

Contributors

Special thanks goes to all contributors. If you would like to contribute, please see the instructions.

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.