From d2f473cd1ff2ce3d39f9b03ac8fa953b7bcb2d74 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Tue, 18 Feb 2020 16:46:28 +0000 Subject: [PATCH] [18.02.20] Kubernetes check connections on slave node --- configuration/pipelines/build.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index e210706..c1dd1a6 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -67,7 +67,7 @@ try { // sh "snap connect doctl:kube-config" // sh "doctl kubernetes cluster kubeconfig save cryptosky-kubernetes-cluster" // } -// sh "kubectl get serviceaccounts/cicd -o yaml" + sh "kubectl get serviceaccounts/cicd -o yaml" } stage('Build Artifact') {