From 3b33f5a5c12b898e69380794c3656d7d07c03066 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Wed, 24 Nov 2021 16:37:34 -0300 Subject: [PATCH] Another Jenkins fix attempt --- .ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index cb0f0919c..7a38db86b 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -83,7 +83,7 @@ def anyFailure = false def gitClone(branch) { /* Read git tag from environment or set the default one. */ if (env.GIT_COMMIT == null) - env.GIT_COMMIT = branch + env.GIT_COMMIT = "*/$branch" println "[-] Using git tag [${env.GIT_COMMIT}]" /* Clean workspace. */