This commit is contained in:
areeqakbr 2025-02-25 17:07:20 +07:00
parent 2cd9ad3c62
commit 328643bdf9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -84,7 +84,7 @@ spec:
stage('Debug Kubernetes') { stage('Debug Kubernetes') {
steps { steps {
container('kubectl') { container('kubectl') {
withKubeConfig([credentialsId: "${KUBE_CONFIG_ID}"]) { withKubeConfig([credentialsId: '1c8bd8d9-1590-468c-afc7-24495d4330dc']) {
sh ''' sh '''
kubectl cluster-info kubectl cluster-info
kubectl get nodes kubectl get nodes