[DO-1519] rename projects (!76)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/76
This commit is contained in:
Rustam Tagaev
2025-02-10 12:42:32 +03:00
parent 05394bf9ff
commit adbd6d2f63
4 changed files with 15 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ properties([
disableConcurrentBuilds()
])
String repoPath = 'Apps-Frontend/cloud-messenger-host.git'
String repoPath = 'Apps-Frontend/web-cloud-messenger-host.git'
String maintainerUser = ''
String appVersion = ''
String publishBranch = 'develop'
@@ -48,7 +48,7 @@ slaveTemplates.jnlp {
docker.withRegistry("https://${env.JENKINS_DOCKER_REGISTRY}", env.JENKINS_HARBOR_CREDENTIALS) {
Object buildImage = docker.build(
"${env.JENKINS_DOCKER_REGISTRY}/cloud/cloud-messenger-host:${imageTag}",
"${env.JENKINS_DOCKER_REGISTRY}/cloud/web-cloud-messenger-host:${imageTag}",
"-f Dockerfile ."
)

View File

@@ -13,7 +13,7 @@ properties([
disableConcurrentBuilds()
])
String repoPath = 'Apps-Frontend/cloud-messenger-uikit.git'
String repoPath = 'Apps-Frontend/web-cloud-messenger-uikit.git'
String publishBranch = 'develop'
String nexusRepoName = 'tavro-cloud-npm-feature'
String maintainerUser = ''