From f8c943469818a63b4b8f9496373b09acb67d1ae9 Mon Sep 17 00:00:00 2001 From: Seth Carbon Date: Mon, 25 Nov 2024 20:05:34 -0800 Subject: [PATCH] try and get around some docker networking issues with a different parameter; for geneontology/pipeline#407 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7d478bc..da4b544 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -250,7 +250,7 @@ pipeline { image 'geneontology/golr-autoindex:28a693d28b37196d3f79acdea8c0406c9930c818_2022-03-17T171930_master' // Reset Jenkins Docker agent default to original // root. - args '--network=host -u root:root --mount type=tmpfs,destination=/srv/solr/data' + args '--network=host --add-host host.docker.internal:host-gateway -u root:root --mount type=tmpfs,destination=/srv/solr/data' } } // CHECKPOINT: Recover key environmental variables.