Fix jenkinsfile

This commit is contained in:
Marc Baloup 2024-01-16 17:17:27 +01:00
parent cd94a6112c
commit 2ea683adc4

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
agent any agent any
environment { environment {
URL_BUILD = 'https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest' 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_TAG_BASE = 'cr.pandacube.fr/geyser'
DOCKER_CR_PANDACUBE_CREDENTIALS = 'cr-pandacube-credentials' DOCKER_CR_PANDACUBE_CREDENTIALS = 'cr-pandacube-credentials'
} }