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

Never sends message - log shows no output other than "using silent output" #2

Open
chris-aeviator opened this issue Sep 17, 2022 · 1 comment

Comments

@chris-aeviator
Copy link

chris-aeviator commented Sep 17, 2022

grafik

  jobs:
~ - name: build-developers
+ | |
+ | on_failure:
+ | | put: matrix-notif
+ | | params:
+ | | | text: Test failure.
+ | | | debug: true
+ | | | always_notiy: true
+ | | | silent: false
+ | on_error:
+ | | put: matrix-notif
+ | | params:
+ | | | text: Test failure.
+ | | | debug: true
+ | | | always_notiy: true
+ | | | silent: false

concourse v. 7.8.2

@chris-aeviator
Copy link
Author

also shows

printf: usage: printf [-v var] format [arguments]

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

1 participant