Not destroying server to check installation
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details

testing
Nicolas Arenas 2024-09-30 19:47:19 +02:00
parent e419c3bc18
commit 58a670d3f2
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'
}
}
}