diff --git a/Jenkinsfile b/Jenkinsfile index 7d245a4..130e119 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { script { echo "building jar" //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' }