Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user