Update Jenkinsfile

This commit is contained in:
2025-05-22 12:33:37 +03:00
parent 2e51140f7b
commit 8e4420b728

9
Jenkinsfile vendored
View File

@@ -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/'