diff --git a/Jenkinsfile b/Jenkinsfile index 7efe55c93..8d5b2b726 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ git submodule update --init --recursive''' stage('Report') { steps { - discordSend '$DISCORD_WEBHOOK_URL' + discordSend \'$DISCORD_WEBHOOK_URL\' } }