[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user