drone-slack icon indicating copy to clipboard operation
drone-slack copied to clipboard

error on custom template with example

Open kaybinwong opened this issue 1 year ago • 1 comments

---
kind: pipeline
type: docker
name: Notification-Start
 
platform:
  os: linux
  arch: amd64
 
clone:
  disable: true
 
steps:
- name: send
  image: plugins/slack
  settings:
    webhook: 
      from_secret: slack_url
    debug: true
    template: >
      {{#success build.status}}
        build {{build.number}} succeeded. Good job.
      {{else}}
        build {{build.number}} failed. Fix me please.
      {{/success}}

server version: image

error occur image

kaybinwong avatar Jul 03 '23 08:07 kaybinwong

bump, some problem

theonedemon avatar Dec 29 '23 08:12 theonedemon