-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last build break notification #32
Comments
I get the messages on Matrix, but the body seems to be messed up a bit 🙃
|
Same as @apinter ... |
Can confirm- I'm getting the error also. |
Overview: The template rendering is wrong, it passes a pointer to p, which has only private members. I believe what's intended is to pass the value of p.pipeline, given the details for the user to embed. Change log: - updated; Execute to pass p.pipeline instead of p to the renderer Ref; drone-plugins#32
Since this issue seems stalled, I made my own Matrixchat notification drone.io plugin: https://github.com/SpotlightKid/drone-matrixchat-notify Feel free to use the provided docker image on hub.docker.com or build your own custom image from the repo. |
Hello,
I used Drone plugin for sending Matrix notifications but it's breaking since last build when this pull request "(maint) move to harness.drone.io" is merged.
My configuration:
the error:
This error is print from here but I don't understand normally, UserID and AccessToken are not empty...
I found a solution with specified sha256 image but I thinks it's not a good solution ;) :
I'm alone?
PS: Akismet hidden my post on https://community.harness.io/ because I would like have more than 2 links in my post... 😒
The text was updated successfully, but these errors were encountered: