diff --git a/Jenkinsfile b/Jenkinsfile index 2c9c056..00fcc87 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -102,6 +102,7 @@ podTemplate( clusterName: env.K8s_CLUSTER_NAME]) { sh """ sed -i -e 's*__REGISTRY_URL__*${dockerRegistryUrl}*g' ./.k8s/deployment.yaml + kubectl config view """ } }