Temporary hardcode local tests artifactory

   * Due current approach on infra model, not possible to
     quickly override those params

Change-Id: I2bc37027917f032bdad82117f18bfd839765c905
diff --git a/jenkins/client/job/k8s-test/mcp-k8s-metallb-test-pipeline.yml b/jenkins/client/job/k8s-test/mcp-k8s-metallb-test-pipeline.yml
index 3c75156..fbce687 100644
--- a/jenkins/client/job/k8s-test/mcp-k8s-metallb-test-pipeline.yml
+++ b/jenkins/client/job/k8s-test/mcp-k8s-metallb-test-pipeline.yml
@@ -1,7 +1,4 @@
 parameters:
-  _param:
-    # Thise is exactly in-house mirror. Please don't change it to .com
-    mcp_docker_registry: 'docker-dev-local.docker.mirantis.net'
   jenkins:
     client:
       job:
@@ -44,6 +41,6 @@
           param:
             KUBE_DOCKER_REGISTRY:
               type: string
-              default: ${_param:mcp_docker_registry}
+              default: 'docker-dev-local.docker.mirantis.net'
               description: 'Docker registry for binaries and images'