pipeline{environment{BRANCH_TO_DEPLOY="master"}agentnonestages{stage('Deploy'){agent{label'docker'}when{branch"${BRANCH_TO_DEPLOY}"}steps{withCredentials(){// Just get helm3 for testingsh'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'}}}}}