[DO-1519] some refactoring (!77)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/77
This commit is contained in:
Rustam Tagaev
2025-02-10 16:34:33 +03:00
parent adbd6d2f63
commit b84dd3c1d3
6 changed files with 15 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ slaveTemplates.jnlp {
}
stage('deploy application'){
if (git.getBranch() == publishBranch){
build job: 'Cloud/Deploy/msg-messenger-core-api-deploy',
build job: 'Cloud/Deploy/Backend/msg-messenger-core-api-deploy',
parameters: [
string(name: 'ENV', value: 'DEV'),
string(name: 'APP_VERSION', value: tag)