Us ehost network
esbo_ds/ESBO-ETC/pipeline/head This commit looks good Details

This commit is contained in:
Lukas Klass 2020-08-17 15:22:08 +02:00
parent ec37d6f050
commit 7b815c2305
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -12,6 +12,7 @@ pipeline {
dockerfile {
filename "Dockerfile"
args "--network=host"
additionalBuildArgs "--network=host"
}
}
steps {
@ -34,6 +35,7 @@ pipeline {
dockerfile {
filename "Dockerfile"
args "--network=host"
additionalBuildArgs "--network=host"
}
}
steps {