Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-12-03 15:24:37 +00:00
parent 2f9fd78922
commit b9c23ee70d

2
Jenkinsfile vendored
View File

@@ -18,7 +18,7 @@ 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 repo add brigade https://brigadecore.github.io/charts'
sh 'helm search repo brigade' sh 'helm search repo brigade'
} }