From 2ea683adc49f1e2a3057fb05dbac6d19eed17c6b Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Tue, 16 Jan 2024 17:17:27 +0100 Subject: [PATCH] Fix jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 36260dd..47801a0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { agent any environment { URL_BUILD = 'https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest' - URL_DOWNLOAD = URL_BUILD + '/downloads/standalone' + URL_DOWNLOAD = "${URL_BUILD}/downloads/standalone" DOCKER_TAG_BASE = 'cr.pandacube.fr/geyser' DOCKER_CR_PANDACUBE_CREDENTIALS = 'cr-pandacube-credentials' }