[DO-1503] rename project cloud-messenger-core-api (!65)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/65
This commit is contained in:
Rustam Tagaev
2025-01-20 17:27:39 +03:00
parent bb674e42ce
commit 5404dd47d0
4 changed files with 17 additions and 17 deletions

View File

@@ -13,10 +13,10 @@ properties([
Git git = new Git(this, env.JENKINS_GIT_CREDENTIALS_SSH)
String repoPath = 'Apps-Backend/cloud-messenger-core-api.git'
String repoPath = 'Apps-Backend/msg-messenger-core-api.git'
String publishBranch = 'develop'
String dockerGroup = 'cloud'
String dockerProject = 'cloud-messenger-core-api'
String dockerProject = 'msg-messenger-core-api'
String projectSettingFile = 'pyproject.toml'
Map gitVars = [:]
String tag = ''
@@ -84,7 +84,7 @@ slaveTemplates.jnlp {
}
stage('deploy application'){
if (git.getBranch() == publishBranch){
build job: 'Cloud/Deploy/cloud-messenger-core-api-deploy',
build job: 'Cloud/Deploy/msg-messenger-core-api-deploy',
parameters: [
string(name: 'ENV', value: 'DEV'),
string(name: 'APP_VERSION', value: tag)