Another Jenkins fix attempt

This commit is contained in:
RichardG867
2021-11-24 16:37:34 -03:00
parent c792713447
commit 3b33f5a5c1

2
.ci/Jenkinsfile vendored
View File

@@ -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. */