environment test

This commit is contained in:
crusader 2023-02-02 12:51:46 +00:00
parent 90c45f52ef
commit b7df21ee40

5
Jenkinsfile vendored
View File

@ -100,10 +100,7 @@ podTemplate(
serverUrl: env.K8s_SERVER_URL,
contextName: env.K8s_CONTEXT_NAME,
clusterName: env.K8s_CLUSTER_NAME]) {
sh """
sed -i -e 's*__REGISTRY_URL__*${dockerRegistryUrl}*g' ./.k8s/deployment.yaml
kubectl config view
"""
sh 'kubectl config view'
}
}
}