Parametrize mcp_docker_registry host
Related-Bug: PROD-22480 (PROD:22480)
Change-Id: I36ad55a1960f6c8e025d9c967bbc7658927fc872
diff --git a/jenkins/client/job/k8s-test/mcp-k8s-test-pipeline.yml b/jenkins/client/job/k8s-test/mcp-k8s-test-pipeline.yml
index 0fdbbfe..99a3884 100644
--- a/jenkins/client/job/k8s-test/mcp-k8s-test-pipeline.yml
+++ b/jenkins/client/job/k8s-test/mcp-k8s-test-pipeline.yml
@@ -1,4 +1,6 @@
parameters:
+ _param:
+ mcp_docker_registry: 'docker-dev-local.docker.mirantis.net'
jenkins:
client:
job:
@@ -41,7 +43,7 @@
param:
KUBE_DOCKER_REGISTRY:
type: string
- default: 'docker-dev-local.docker.mirantis.net'
+ default: ${_param:mcp_docker_registry}
description: 'Docker registry for binaries and images'
CALICO_DOCKER_REGISTRY:
type: string