The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
discordSend
: Send an embed message to Webhook URLwebhookURL
String
description
(optional)
String
footer
(optional)
String
image
(optional)
String
link
(optional)
env.BUILD_URL
.
String
notes
(optional)
String
result
(optional)
SUCCESS|UNSTABLE|FAILURE|ABORTED
. This field is preferred over success and unstable.
String
successful
(optional)
currentBuild.resultIsBetterOrEqualTo('SUCCESS')
to color the message green on success or red otherwise.
boolean
thumbnail
(optional)
String
title
(optional)
env.JOB_NAME
.
String
unstable
(optional)
boolean
Please submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.