Woodpecker CI plugin to trigger pipelines
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Lauris BH 2e8262f311
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
Merge pull request 'Add CA store and fixup logging' (#1) from lafriks/trigger:fix/output into main
2 months ago
.vscode Refactor as Woodpecker CI plugin 2 months ago
cmd/trigger Refactor as Woodpecker CI plugin 2 months ago
.gitignore Refactor as Woodpecker CI plugin 2 months ago
.woodpecker.yaml Refactor as Woodpecker CI plugin 2 months ago
CONTRIBUTING.md Refactor as Woodpecker CI plugin 2 months ago
Dockerfile.multiarch Add CA store and fixup logging 2 months ago
LICENSE Migrate to the drone-plugin-lib 3 years ago
Makefile Refactor as Woodpecker CI plugin 2 months ago
README.md Refactor as Woodpecker CI plugin 2 months ago
docs.md Refactor as Woodpecker CI plugin 2 months ago
go.mod Update dependencies 2 months ago
go.sum Update dependencies 2 months ago
impl.go Add CA store and fixup logging 2 months ago
impl_test.go Refactor as Woodpecker CI plugin 2 months ago
plugin.go Refactor as Woodpecker CI plugin 2 months ago
test_params.env Refactor as Woodpecker CI plugin 2 months ago

README.md

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 .

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.