environment test

This commit is contained in:
crusader 2023-02-02 12:43:57 +00:00
parent 0c2ba772fe
commit 90c45f52ef

1
Jenkinsfile vendored
View File

@ -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
"""
}
}