Install plugin for esxi and specify provider

nginx_conf
Nicolas Arenas 2024-09-30 18:35:11 +02:00 committed by Nicolas Arenas
parent 8f4214518d
commit 509f3db534
1 changed files with 3 additions and 1 deletions

View File

@ -11,8 +11,10 @@ pipeline {
stage('Prepare environment') {
steps {
dir ('tests/API-dhcp') {
echo "Install vagrant plugin"
sh 'vagrant plugin install vagrant-vmware-esxi'
echo "Deploy API server for DHCP with Vagrant"
sh 'vagrant up'
sh 'vagrant up --provider=vmware_esxi'
}
}
}