Hello ,
I am just starting with drone .
I am try to get the slack notification when every my build is success or fail
so i wrote this xml file
steps:
- name: slack
image: plugins/slack
settings:
webhook: https://hooks.slack.com/services/…
channel: dev
when:
status: [ success, failure ]
this example were taken from this tutorial :- http://plugins.drone.io/drone-plugins/drone-slack/
but whenever i try to run the build
it show me the error which i have mention in my subject
how to solve this error
regards
Harsh