From b3b9e215b61912720922733f81440e358f69e682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lino?= Date: Wed, 15 Apr 2020 11:08:50 +0100 Subject: [PATCH] No credential needed for now. --- Jenkinsfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 32392cd..a81cb20 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' } } } -- 2.24.1