From 74f94aa21e2fa8001f42cb933cedd83b20c22c40 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Mon, 30 Sep 2024 19:09:25 +0200 Subject: [PATCH] Update PATH --- tests/API-dhcp/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {