diff --git a/pipelines/Cloud/Apps-Backend/msg-files.groovy b/pipelines/Cloud/Apps-Backend/msg-files.groovy index 6362d2e..d8de856 100644 --- a/pipelines/Cloud/Apps-Backend/msg-files.groovy +++ b/pipelines/Cloud/Apps-Backend/msg-files.groovy @@ -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)