[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:
@@ -86,7 +86,7 @@ slaveTemplates.jnlp {
|
|||||||
|
|
||||||
stage('deploy application'){
|
stage('deploy application'){
|
||||||
if (publishBranch.contains(branch)){
|
if (publishBranch.contains(branch)){
|
||||||
build job: 'Cloud/Deploy/Backend/msg-messenger-deploy',
|
build job: 'Cloud/Deploy/Backend/msg-files-deploy',
|
||||||
parameters: [
|
parameters: [
|
||||||
string(name: 'ENV', value: envBranch.find { it.value == branch }?.key ),
|
string(name: 'ENV', value: envBranch.find { it.value == branch }?.key ),
|
||||||
string(name: 'APP_VERSION', value: tag)
|
string(name: 'APP_VERSION', value: tag)
|
||||||
|
|||||||
Reference in New Issue
Block a user