[DO-1572] set correct name for deploy job (!90)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/90
This commit is contained in:
Rustam Tagaev
2025-03-03 15:03:52 +03:00
parent 6e4aa74962
commit 48e8d5c176

View File

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