Updated Jenkinsfile
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details

testing
Nicolas Arenas 2024-09-30 18:32:05 +02:00
parent 17f0768f6f
commit 1659275b19
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'
}