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