hotfix svace builds (!36)

Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/36
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
Co-committed-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech>
This commit is contained in:
aleksandr.vodyanov
2024-10-02 13:02:23 +03:00
committed by Aleksandr Vodyanov
parent 74ac9ea929
commit 686c60569a

View File

@@ -57,7 +57,8 @@ node('svace') {
urlRepo: "${env.JENKINS_GIT_REPOSITORY_SSH_URL}/${params.GIT_PROJECT}",
branch: params.BRANCH,
path: "${env.WORKSPACE}/${params.GIT_PROJECT}",
disableSubmodules: isDisableSubmodules
disableSubmodules: isDisableSubmodules,
shallow: false
])
svaceBuildResults = nexus.download(params.SVACE_BUILD_RESULTS_LINK)
commitShortSha = (params.COMMIT_SHA) ? params.COMMIT_SHA : git.log([count:1, format: "%h"])