[DO-736] hotfix branch'es names for svacer (!31)
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/31 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
b00f43811b
commit
672d71cd61
@@ -81,8 +81,8 @@ node('svace') {
|
||||
String mainBranch = params.MAIN_BRANCH
|
||||
|
||||
if (params.BUILD_PLATFORM) {
|
||||
branch += params.BRANCH
|
||||
mainBranch += params.MAIN_BRANCH
|
||||
branch += '_' + params.BUILD_PLATFORM
|
||||
mainBranch += '_' + params.BUILD_PLATFORM
|
||||
}
|
||||
|
||||
nexusSvaceSarifRepoPath = "${params.GIT_PROJECT}/${params.BRANCH}/${commitShortSha}"
|
||||
|
||||
Reference in New Issue
Block a user