From 9064335c07d515677230f2bbe9aefc9323d23e28 Mon Sep 17 00:00:00 2001 From: Timothy Le Bon Date: Thu, 12 Dec 2024 16:36:42 +0100 Subject: [PATCH] chore: remove undefined var --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e4662e0f362..579135e413c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -155,7 +155,7 @@ pipeline { post { success { - wireSend secret: env.WIRE_BOT_SECRET, message: "✅ **Build finished for branch '$GIT_BRANCH_WEBAPP'**\n${commit_msg}" + wireSend secret: env.WIRE_BOT_SECRET, message: "✅ **Build finished for branch '$ENV.webappApplicationPath'**" } failure { script {