Update Jenkinsfile

This commit is contained in:
2025-05-23 13:53:54 +03:00
parent 04e7d51de5
commit 05619bf404

2
Jenkinsfile vendored
View File

@@ -145,7 +145,7 @@ spec:
stage('Setup Helm Repo') {
agent { label 'local' }
steps {
sh 'helm repo add my-helm-repo http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo/'
sh 'helm repo add my-helm-repo http://localhost:8081/repository/my-helm-repo/'
sh 'helm repo update'
}
}