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'" } }