diff --git a/Jenkinsfile b/Jenkinsfile index d9e5e7f..7e8f681 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,9 +37,9 @@ pipeline { script: "terraform output ecr_user_password", returnStdout: true ).trim() - env.KUBECONFIG="./kubeconfig.yaml" - sh "kubectl get node" } + env.KUBECONFIG="terraform/kubeconfig.yaml" + sh "kubectl get node" } } }