Update Jenkinsfile

This commit is contained in:
2025-05-23 13:38:29 +03:00
parent 363bb3815c
commit 4fa997fe4b

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://localhost:8081/repository/my-helm-repo/'
sh 'helm repo add my-helm-repo $NEXUS_URL'
sh 'helm repo update'
}
}