Force vagrant provision
testing/og-dhcp-API/pipeline/head This commit looks good Details

testing
Nicolas Arenas 2024-09-30 19:38:14 +02:00
parent 8eba47c2e0
commit e419c3bc18
1 changed files with 1 additions and 1 deletions

View File

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