From af96112478f79d1c48a077afbdbcabdeb9c687df Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Mon, 30 Sep 2024 19:47:19 +0200 Subject: [PATCH] Not destroying server to check installation --- 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 4767f58..15498d2 100644 --- a/tests/API-dhcp/Jenkinsfile +++ b/tests/API-dhcp/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { steps { dir ('tests/API-dhcp') { echo "Destroy API server for DHCP with Vagrant" - sh 'vagrant destroy -f' + // sh 'vagrant destroy -f' } } }