From b7c5442ec6306daf85ffb8eeb658ef26b6f8e41b Mon Sep 17 00:00:00 2001 From: Joseph Robinson Date: Sat, 16 May 2020 13:36:43 -0700 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0df5fd954..9d47be2bb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,15 +28,7 @@ git submodule update --init --recursive''' stage('Report') { steps { discordSend( - title: "Finished ${currentBuild.currentResult}", - description: '```\n' + getChanges(currentBuild) + '\n```', - successful: currentBuild.resultIsBetterOrEqualTo("SUCCESS"), - result: currentBuild.currentResult, - thumbnail: "https://img.hexeption.co.uk/Magma_Block.png", - webhookURL: "$DISCORD_WEBHOOK_URL" - ) - discordSend( - description: "Jenkins Pipeline Build", + description: '```\n' + getChanges(currentBuild) + '\n```', footer: "Footer Text", link: env.BUILD_URL, result: currentBuild.currentResult,