Updated Jenkinsfile
parent
2815bd8752
commit
8f4214518d
|
@ -9,8 +9,8 @@ pipeline {
|
|||
}
|
||||
stages {
|
||||
stage('Prepare environment') {
|
||||
dir ('tests/API-dhcp/') {
|
||||
steps {
|
||||
steps {
|
||||
dir ('tests/API-dhcp') {
|
||||
echo "Deploy API server for DHCP with Vagrant"
|
||||
sh 'vagrant up'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue