From 05c1016c05ddba7003181646343cb9606dcb1d68 Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Sun, 18 Mar 2018 20:11:59 +0100 Subject: [PATCH] Fix discord notification URL --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c281a5270..33ed87483 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -90,7 +90,7 @@ pipeline { } } withCredentials([string(credentialsId: 'authme-discord-webhook', variable: 'DISCORD_WEBHOOK')]) { - discordSend webhookURL: '$DISCORD_WEBHOOK' + discordSend webhookURL: env.DISCORD_WEBHOOK } } success {