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