Skip to content
Snippets Groups Projects
Commit cb5e2433 authored by OZGCloud's avatar OZGCloud
Browse files

test e2e on load cluster

parent 555b1070
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ pipeline {
script {
FAILED_STAGE = env.STAGE_NAME
configFileProvider([configFile(fileId: 'kubeconfig-load-cluster', variable: 'KUBE_CONFIG')]) {
configFileProvider([configFile(fileId: 'kubeconfig-load-okd-cluster', variable: 'KUBE_CONFIG')]) {
sh 'mkdir ~/.kube'
sh 'cp ${KUBE_CONFIG} ~/.kube/config'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment