Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-12-03 15:41:22 +00:00
parent 4e6c3e791d
commit fd26c2e81b

4
Jenkinsfile vendored
View File

@@ -26,6 +26,10 @@ pipeline {
script { script {
echo "building image" echo "building image"
//gv.buildImage() //gv.buildImage()
withKubeConfig([credentialsId: 'k8s-credentials', serverUrl: 'https://64e7e2ab-5838-45f5-bba7-dbb7c20f0e14.eu-central-1.linodelke.net']) {
sh 'kubectl get nodes'
}
} }
} }
} }