[DO-1519] add deploy (!80)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/80
This commit is contained in:
Rustam Tagaev
2025-02-11 13:52:29 +03:00
parent 39dd4cf5a0
commit e8cdb91564

View File

@@ -55,6 +55,14 @@ slaveTemplates.jnlp {
if (branch == publishBranch) {
maintainerUser = 'rishat.gabaidullov@avroid.team'
buildImage.push()
stage('deploy application'){
build job: 'Cloud/Deploy/Frontend/web-cloud-messenger-host-deploy',
parameters: [
string(name: 'ENV', value: 'DEV'),
string(name: 'APP_VERSION', value: imageTag)
], wait: false
}
}
}
}