From 877b72ef0c2d89b35617ecacef98bf2e5c32cef8 Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Thu, 18 Jan 2024 17:31:24 +0100 Subject: [PATCH] Fix again --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 843b012..b1f5c17 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,7 +45,7 @@ pipeline { stage('Download jar') { steps { - sh "curl -L -o '$app_filename' '$URL_DOWNLOAD'" + sh "curl -L -o '$app_filename' '$url_download'" } }