You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor(api,ui): rm jabb notifications
kafka event have to be used to send msg on enterprise msg system
Signed-off-by: Yvonnick Esnault <[email protected]>
Example of vcs notification. Note that `pipelines` list is optional on every notifications. When it's not specified, notification will be triggered for each pipeline
Copy file name to clipboardexpand all lines: docs/content/docs/concepts/workflow/notifications.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ On a workflow you can have 2 kinds of notifications:
10
10
11
11
## User notifications
12
12
13
-
You can configure user notifications to send email or a message on jabber with different parameters. Inside the body of the notification you can customise the message thanks to the CDS variable templating with syntax like `{{.cds.myvar}}`. You can also use `HTML` to customise the message, then in order to let CDS interpret your message as an `HTML` one you just need to wrap all your message inside html tag like this `<html>MyContentHere</html>`.
13
+
You can configure user notifications to send email with different parameters. Inside the body of the notification you can customise the message thanks to the CDS variable templating with syntax like `{{.cds.myvar}}`. You can also use `HTML` to customise the message, then in order to let CDS interpret your message as an `HTML` one you just need to wrap all your message inside html tag like this `<html>MyContentHere</html>`.
0 commit comments