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