diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index eca0426..12beda8 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -3,6 +3,7 @@ pipeline { dockerfile { dir 'automation' reuseNode true + args '--network host' } }