Fix: add /var/jenkins_home/bin to PATH for kubectl

This commit is contained in:
2026-06-07 23:38:09 +02:00
parent f6a0f42d2e
commit a282a04ddc
Vendored
+3
View File
@@ -1,5 +1,8 @@
pipeline {
agent any
environment {
PATH = "/var/jenkins_home/bin:${env.PATH}"
}
stages {
stage('Clone') {
steps {