From 34a5cdedfb814717b9158c89de9e73298274ed7e Mon Sep 17 00:00:00 2001 From: surtexx <91895868+surtexx@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:29:39 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 020839083..975a04411 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline{ steps { script{ docker.withRegistry('https://registry.hub.docker.com', 'docker_hub_login') { - app.push("${GIT_COMMIT[0..7]}) + app.push("${GIT_COMMIT[0..7]}") app.push("latest") } }