Updated Jenkinsfile

nginx_conf
Nicolas Arenas 2024-09-30 18:32:05 +02:00 committed by Nicolas Arenas
parent 2815bd8752
commit 8f4214518d
1 changed files with 2 additions and 2 deletions

View File

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