First change since it was all working
This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -136,6 +136,14 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('check Helm Repo') {
|
||||||
|
steps {
|
||||||
|
container('helm') {
|
||||||
|
sh 'helm repo list'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/*
|
||||||
stage('check Helm Repo') {
|
stage('check Helm Repo') {
|
||||||
agent { label 'local' }
|
agent { label 'local' }
|
||||||
steps {
|
steps {
|
||||||
@@ -155,6 +163,7 @@ spec:
|
|||||||
sh 'helm install example-app my-helm-repo/example-app --version 1.0.0-SNAPSHOT --set app.ports.http=8090 --set imagePullSecrets[0]=nexus-secret'
|
sh 'helm install example-app my-helm-repo/example-app --version 1.0.0-SNAPSHOT --set app.ports.http=8090 --set imagePullSecrets[0]=nexus-secret'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
|||||||
Reference in New Issue
Block a user