This commit is contained in:
danielclough
2020-12-24 13:20:16 +01:00
parent 648ef4ee66
commit f916662d90

2
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@ pipeline {
agent {
dockerfile {
filename 'contrib/docker/moreBuilder/Dockerfile.ubase'
args '--net=host'
args '--network=host'
}
}