Update Jenkinsfile
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -130,10 +130,6 @@ spec:
|
||||
}
|
||||
}
|
||||
stage('check Helm Repo') {
|
||||
agent { label 'local' }
|
||||
environment {
|
||||
KUBECONFIG = credentials('jenkins-server')
|
||||
}
|
||||
steps {
|
||||
sh 'helm repo list'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user