Update Jenkinsfile
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -146,7 +146,6 @@ spec:
|
|||||||
stage('Deploy with Helm') {
|
stage('Deploy with Helm') {
|
||||||
steps {
|
steps {
|
||||||
sh 'kubectl version --client'
|
sh 'kubectl version --client'
|
||||||
}
|
|
||||||
// sh 'helm repo add my-helm-repo http://localhost:8081/repository/my-helm-repo/'
|
// sh 'helm repo add my-helm-repo http://localhost:8081/repository/my-helm-repo/'
|
||||||
// sh 'helm repo update'
|
// sh 'helm repo update'
|
||||||
//sh 'helm install example-app my-helm-repo/example-app --set port=8090'
|
//sh 'helm install example-app my-helm-repo/example-app --set port=8090'
|
||||||
|
|||||||
Reference in New Issue
Block a user