From 4fedcc47c29ea2952656a4219996c8903675cd3e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 21 Sep 2023 18:27:54 +0200 Subject: [PATCH] need this argument as well --- automation/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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' } }