drone / proposal

Drone Project Design Documents
13 stars 4 forks source link

Add build.parent to https://github.com/drone-plugins/drone-slack #18

Open juniper-sqsp opened 2 years ago

juniper-sqsp commented 2 years ago

Currently, we are using Drone to promote builds to various environments, and notifying slack with statuses of the promote. It would be extremely helpful for us to also link back to the build that generated the artifacts that are being promoted - the build.parent.

Drone already provides the build.parent through the API, so it would be relatively simple to add to the main.go and plugin.go of drone-slack.