Update PATH environment var

nginx_conf
Nicolas Arenas 2024-09-30 19:04:54 +02:00 committed by Nicolas Arenas
parent 509f3db534
commit e9160947c3
1 changed files with 1 additions and 0 deletions

View File

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