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