Update Jenkinsfile

This commit is contained in:
2025-05-23 13:45:41 +03:00
parent 4fa997fe4b
commit 04e7d51de5

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 $NEXUS_URL'
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 update'
}
}