-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Design: Notifications #49
Comments
A small addition might be to add
Simple use case would updating PR/Slack with a message confirming a test run or an docker image upload. |
/assign @pivotal-nader-ziada |
It would also be nice if the pipeline itself could have a generic success/failure notification. Perhaps it could also be templated to accept the task that failed? Having to put notifications for each and every task can be tedious and lead to copy and paste mistakes. This is something that I find Concourse is lacking. |
/assign @afrittoli |
@bobcatfish if thing we got enough input on the design doc now to close this issue and start prototyping - so I would close this one. |
Sound good to me @afrittoli ! |
plz feel free to make a follow-up Issue to do POC and/or implement - we can add it to our 0.8 milestone! |
This adds a cel interceptor, that uses a a CEL expression to filter request bodies. This implements issue tektoncd#49.
The work for this task is to design this feature and present one or more proposals (before implementing).
Expected Behavior
In a many modern pipelines, we want to be able to
Requirements:
Possibly a notification could be a top level directive in both a Pipeline and a Task, e.g.:
Actual Behavior
In the current design, a user would have to implement this as a
Task
that knows how to report these notifications.Additional Info
There is some potential overlap with #27 which is about executing
Tasks
conditionally.The text was updated successfully, but these errors were encountered: