Us ehost network
All checks were successful
esbo_ds/ESBO-ETC/pipeline/head This commit looks good

This commit is contained in:
Lukas Klass 2020-08-17 15:22:08 +02:00
parent ec37d6f050
commit 7b815c2305

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 {