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:
committed by
Aleksandr Vodyanov
parent
74ac9ea929
commit
686c60569a
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user