Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-12-04 09:06:55 +00:00
parent fd26c2e81b
commit 31209ff01c

7
Jenkinsfile vendored
View File

@@ -15,9 +15,6 @@ pipeline {
script { script {
echo "building jar" echo "building jar"
//gv.buildJar() //gv.buildJar()
sh 'helm repo add brigade https://brigadecore.github.io/charts'
sh 'helm search repo brigade'
} }
} }
} }
@@ -26,10 +23,6 @@ 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'
}
} }
} }
} }