From fbd467fe472b53035d5d19c9f53009cec84501dc Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Mon, 30 Sep 2024 19:38:14 +0200 Subject: [PATCH] Force vagrant provision --- 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 3cef7d2..4767f58 100644 --- a/tests/API-dhcp/Jenkinsfile +++ b/tests/API-dhcp/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { echo "Install vagrant plugin" sh 'vagrant plugin install vagrant-vmware-esxi' echo "Deploy API server for DHCP with Vagrant" - sh 'vagrant up --provider=vmware_esxi' + sh 'vagrant up --provider=vmware_esxi --provision' } } }