[DO-0] fix job name (!92)

Co-authored-by: Ilya Zaharenkov <ilya.zaharenkov@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/92
Reviewed-by: Rustam Tagaev <rustam.tagaev@avroid.team>
This commit is contained in:
Ilya Zaharenkov
2025-03-05 15:36:33 +03:00
parent ac66847162
commit 3aaa84ae73

View File

@@ -86,7 +86,7 @@ slaveTemplates.jnlp {
stage('deploy application'){ stage('deploy application'){
if (publishBranch != null && publishBranch.contains(branch)){ if (publishBranch != null && publishBranch.contains(branch)){
build job: 'Cloud/Deploy/Backend/msg-messenger-deploy', build job: 'Cloud/Deploy/Backend/msg-profiles-deploy',
parameters: [ parameters: [
string(name: 'ENV', value: envBranch.find { it.value == branch }?.key ), string(name: 'ENV', value: envBranch.find { it.value == branch }?.key ),
string(name: 'APP_VERSION', value: tag) string(name: 'APP_VERSION', value: tag)