[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:
@@ -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 ."
|
||||
)
|
||||
|
||||
@@ -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 = ''
|
||||
Reference in New Issue
Block a user