Update PATH

nginx_conf
Nicolas Arenas 2024-09-30 19:09:25 +02:00 committed by Nicolas Arenas
parent e9160947c3
commit 74f94aa21e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ pipeline {
} }
environment { environment {
ESXI_PASS = credentials('VI_PASSWORD') ESXI_PASS = credentials('VI_PASSWORD')
PATH = '/home/qindel/bin/ovftool:/usr/local/bin:$PATH' PATH = "/home/qindel/bin/ovftool:${env.PATH}"
} }
stages { stages {
stage('Prepare environment') { stage('Prepare environment') {