[DO-1619] rename repo (!83)
Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech> Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/83
This commit is contained in:
@@ -80,7 +80,7 @@ String namespace = "tavro-cloud-${params.ENV.toLowerCase()}"
|
||||
|
||||
String helmChart = 'msg-messenger-core-api'
|
||||
String helmRepoPath = "avroid/${helmChart}"
|
||||
String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts"
|
||||
String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/devops-helm-release"
|
||||
|
||||
Git git = new Git(this, env.JENKINS_GIT_CREDENTIALS_SSH)
|
||||
PodTemplates slaveTemplates = new PodTemplates(this, env.JENKINS_DOCKER_REGISTRY,
|
||||
|
||||
@@ -19,7 +19,7 @@ String valuesPath = 'avroid.local/api-gateway/openresty'
|
||||
String namespace = 'api-gateway'
|
||||
String helmChart = 'openresty'
|
||||
String helmRepoPath = 'avroid/openresty'
|
||||
String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts"
|
||||
String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/devops-helm-release"
|
||||
|
||||
Map configuration = [
|
||||
vaultUrl: env.JENKINS_VAULT_URL,
|
||||
|
||||
@@ -79,7 +79,7 @@ String namespace = "tavro-cloud-${params.ENV.toLowerCase()}"
|
||||
|
||||
String helmChart = 'web-cloud-messenger-dialogs'
|
||||
String helmRepoPath = "avroid/${helmChart}"
|
||||
String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts"
|
||||
String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/devops-helm-release"
|
||||
|
||||
Git git = new Git(this, env.JENKINS_GIT_CREDENTIALS_SSH)
|
||||
PodTemplates slaveTemplates = new PodTemplates(this, env.JENKINS_DOCKER_REGISTRY,
|
||||
|
||||
@@ -79,7 +79,7 @@ String namespace = "tavro-cloud-${params.ENV.toLowerCase()}"
|
||||
|
||||
String helmChart = 'web-cloud-messenger-host'
|
||||
String helmRepoPath = "avroid/${helmChart}"
|
||||
String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts"
|
||||
String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/devops-helm-release"
|
||||
|
||||
Git git = new Git(this, env.JENKINS_GIT_CREDENTIALS_SSH)
|
||||
PodTemplates slaveTemplates = new PodTemplates(this, env.JENKINS_DOCKER_REGISTRY,
|
||||
|
||||
@@ -79,7 +79,7 @@ String namespace = "tavro-cloud-${params.ENV.toLowerCase()}"
|
||||
|
||||
String helmChart = 'web-cloud-messenger-users'
|
||||
String helmRepoPath = "avroid/${helmChart}"
|
||||
String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts"
|
||||
String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/devops-helm-release"
|
||||
|
||||
Git git = new Git(this, env.JENKINS_GIT_CREDENTIALS_SSH)
|
||||
PodTemplates slaveTemplates = new PodTemplates(this, env.JENKINS_DOCKER_REGISTRY,
|
||||
|
||||
Reference in New Issue
Block a user