Skip to content
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

error on custom template with example #164

Open
kaybinwong opened this issue Jul 3, 2023 · 1 comment
Open

error on custom template with example #164

kaybinwong opened this issue Jul 3, 2023 · 1 comment

Comments

@kaybinwong
Copy link

kaybinwong commented Jul 3, 2023

---
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

@theonedemon
Copy link

bump, some problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants