Use host network
esbo_ds/ESBO-ETC/pipeline/head This commit looks good Details

This commit is contained in:
Lukas Klass 2020-08-17 15:03:48 +02:00
parent 8beb201410
commit ec37d6f050
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
agent {
dockerfile {
filename "Dockerfile"
args "--network=host"
}
}
steps {
@ -32,6 +33,7 @@ pipeline {
agent {
dockerfile {
filename "Dockerfile"
args "--network=host"
}
}
steps {