Force vagrant provision

nginx_conf
Nicolas Arenas 2024-09-30 19:38:14 +02:00 committed by Nicolas Arenas
parent df092ecd2c
commit fbd467fe47
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'
}
}
}