From 039e306258f008f3fc4f302073283c5d5f194846 Mon Sep 17 00:00:00 2001 From: Joseph Robinson Date: Sat, 16 May 2020 12:43:16 -0700 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 04e82ee7a..e06bb7a0b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,6 +35,14 @@ git submodule update --init --recursive''' thumbnail: "https://img.hexeption.co.uk/Magma_Block.png", webhookURL: "$DISCORD_WEBHOOK_URL" ) + discordSend( + discordSend description: "Jenkins Pipeline Build", + footer: "Footer Text", + link: env.BUILD_URL, + result: currentBuild.currentResult, + title: JOB_NAME, + webhookURL: "$DISCORD_WEBHOOK_URL" + ) } }