Install plugin for esxi and specify provider
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
testing/og-dhcp-API/pipeline/head There was a failure building this commit
Details
parent
1659275b19
commit
1fb3b305e6
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue