diff --git a/tests/API-dhcp/Jenkinsfile b/tests/API-dhcp/Jenkinsfile index 9840fcd..b027db1 100644 --- a/tests/API-dhcp/Jenkinsfile +++ b/tests/API-dhcp/Jenkinsfile @@ -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') {