Skip to content

Commit

Permalink
try and get around some docker networking issues with a different par…
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Nov 26, 2024
1 parent 35d9226 commit f8c9434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f8c9434

Please sign in to comment.