Update Jenkinsfile

This commit is contained in:
2025-05-26 10:27:44 +03:00
parent e385c4620f
commit db177bafc8

2
Jenkinsfile vendored
View File

@@ -144,7 +144,7 @@ spec:
stage('Add Helm Repo') {
steps {
container('helm') {
sh 'helm repo add my-helm-repo http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081'
sh 'helm repo add my-helm-repo $NEXUS_URL'
sh 'helm repo update'
}
}