Fix again

This commit is contained in:
Marc Baloup 2024-01-18 17:31:24 +01:00
parent bb5e7d7557
commit 877b72ef0c

2
Jenkinsfile vendored
View File

@ -45,7 +45,7 @@ pipeline {
stage('Download jar') { stage('Download jar') {
steps { steps {
sh "curl -L -o '$app_filename' '$URL_DOWNLOAD'" sh "curl -L -o '$app_filename' '$url_download'"
} }
} }