From 8c7a8fb4f7f09c5d07026ca3ba58b3269145d576 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Mon, 2 May 2022 10:39:20 +0200 Subject: [PATCH] CI: fix .Jenkinsfile syntax --- .Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Jenkinsfile b/.Jenkinsfile index 86063d32..ca4fb671 100644 --- a/.Jenkinsfile +++ b/.Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent { label 'docker' } environment { - ROLES_VERSION = ${env.GIT_COMMIT} + ROLES_VERSION = "${env.GIT_COMMIT}" } stages {