Update PATH
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details

testing
Nicolas Arenas 2024-09-30 19:09:25 +02:00
parent 9935af4f48
commit 9c106f04c0
1 changed files with 1 additions and 1 deletions

View File

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