diff --git a/Jenkinsfile b/Jenkinsfile index b522ba7..6560279 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,8 +41,6 @@ spec: workingDir: /home/jenkins/agent command: ["/bin/sh", "-c"] args: ["sleep 9999999"] - securityContext: - privileged: true - name: docker image: docker:dind @@ -131,13 +129,6 @@ spec: } } } - stage('Helm check') { - steps { - container('helm') { - sh 'helm repo list' - } - } - } stage('Setup Helm Repo') { steps { sh 'helm repo add my-helm-repo http://nexus-repo-nexus-repository-manager:8081/repository/my-helm-repo/'