fix er jenk

This commit is contained in:
2025-04-01 18:46:40 +03:00
parent c6f9b72d9f
commit 7c941812e9
+1 -1
View File
@@ -73,7 +73,7 @@ node("docker") {
${env.appName} ./helm/
"""
sh "kubectl --kubeconfig=auth.config get pods --env.namespace ${env.namespace}"
sh "kubectl --kubeconfig=auth.config get pods --namespace ${env.namespace}"
}
}