Update Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -145,7 +145,7 @@ spec:
|
|||||||
stage('Setup Helm Repo') {
|
stage('Setup Helm Repo') {
|
||||||
agent { label 'local' }
|
agent { label 'local' }
|
||||||
steps {
|
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'
|
sh 'helm repo update'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user