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" + ) } }