Updated Jenkinsfile
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
17f0768f6f
commit
1659275b19
|
@ -9,8 +9,8 @@ pipeline {
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Prepare environment') {
|
stage('Prepare environment') {
|
||||||
dir ('tests/API-dhcp/') {
|
steps {
|
||||||
steps {
|
dir ('tests/API-dhcp') {
|
||||||
echo "Deploy API server for DHCP with Vagrant"
|
echo "Deploy API server for DHCP with Vagrant"
|
||||||
sh 'vagrant up'
|
sh 'vagrant up'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue