drone-webhook
drone-webhook copied to clipboard
Drone plugin for triggering webhook notifications
A header with an "=" character got not properly submitted. I changed the code to get the header name of the header slice and join the remaining slice items with...
Is it possible to use a secret in the template, where certain parameters in the JSON will be used for judgment?
Currently only amd64 linux/windows images are provided as part of the multi-arch manifest. ARM64 images are built and can be referenced using an explicit image name. (Note: The arch of...
Using base64 encoded data in the header, webhook does not work. Because the following code: ```Golang for _, value := range p.Config.Headers { header := strings.Split(value, "=") req.Header.Set(header[0], header[1]) }...
This is my webhook part of .drone.yml > template: | { "event": "{{ build.event }}", "owner": "{{ repo.owner }}", "repo": "{{ repo.name }}", "message": "{{ build.message }}", } When I...
Variable build.started is int64. It is incompatible with template datetime, which receive float64 and exactly 3 parameters I try to do this ``` - name: notification image: plugins/webhook settings: urls:...
Image tells more than thousand words:  Expectation: if webhook return code is anything >=400 it should fail current step. Otherwise one can accidentally break integration with a 3rd party...
how to read filedata to templates?