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.