This commit is contained in:
parent
ec37d6f050
commit
7b815c2305
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user