Update Jenkinsfile

This commit is contained in:
2025-05-22 13:54:56 +03:00
parent 25b7ad66e5
commit f4e0a76070

4
Jenkinsfile vendored
View File

@@ -130,10 +130,6 @@ spec:
}
}
stage('check Helm Repo') {
agent { label 'local' }
environment {
KUBECONFIG = credentials('jenkins-server')
}
steps {
sh 'helm repo list'
}