diff --git a/Jenkinsfile b/Jenkinsfile index 32392cdfe97cdb2a93db2f96ac5b592863c3d32a..a81cb209c5611f7cac77cbb15d15d70533c24390 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,10 +12,8 @@ pipeline { branch "${BRANCH_TO_DEPLOY}" } steps { - withCredentials() { - // Just get helm3 for testing - sh 'wget https://get.helm.sh/helm-v3.0.3-linux-amd64.tar.gz https://get.helm.sh/helm-v3.0.3-linux-amd64.tar.gz.sha256' - } + // Just get helm3 for testing + sh 'wget https://get.helm.sh/helm-v3.0.3-linux-amd64.tar.gz https://get.helm.sh/helm-v3.0.3-linux-amd64.tar.gz.sha256' } } }