Not destroying server to check installation

nginx_conf
Nicolas Arenas 2024-09-30 19:47:19 +02:00 committed by Nicolas Arenas
parent fbd467fe47
commit af96112478
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}
}
}