From 9935af4f489a97b9f19537b3350f455a28b6313f Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Mon, 30 Sep 2024 19:04:54 +0200 Subject: [PATCH] Update PATH environment var --- tests/API-dhcp/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/API-dhcp/Jenkinsfile b/tests/API-dhcp/Jenkinsfile index 141b574..9840fcd 100644 --- a/tests/API-dhcp/Jenkinsfile +++ b/tests/API-dhcp/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { } environment { ESXI_PASS = credentials('VI_PASSWORD') + PATH = '/home/qindel/bin/ovftool:/usr/local/bin:$PATH' } stages { stage('Prepare environment') {