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-test-pipeline.yml b/jenkins/client/job/k8s-test/mcp-k8s-test-pipeline.yml
index 99a3884..3e01ea2 100644
--- a/jenkins/client/job/k8s-test/mcp-k8s-test-pipeline.yml
+++ b/jenkins/client/job/k8s-test/mcp-k8s-test-pipeline.yml
@@ -1,6 +1,4 @@
 parameters:
-  _param:
-    mcp_docker_registry: 'docker-dev-local.docker.mirantis.net'
   jenkins:
     client:
       job:
@@ -43,7 +41,7 @@
           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'
             CALICO_DOCKER_REGISTRY:
               type: string