Fix: add /var/jenkins_home/bin to PATH for kubectl
This commit is contained in:
Vendored
+3
@@ -1,5 +1,8 @@
|
||||
pipeline {
|
||||
agent any
|
||||
environment {
|
||||
PATH = "/var/jenkins_home/bin:${env.PATH}"
|
||||
}
|
||||
stages {
|
||||
stage('Clone') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user