Specify host when using upload artifact. #2741
-
First off: to all contributors this tool rocks and so do you guys! Currently I have a development pc, individual test runner pcs, and a private registry pc. I would like to upload test results once finished. The issue that I'm having is that it's picking the nic / ip address that has internet, when I want it to use another nic that's connected to a LAN where the runners and registry live. How can I specify the ip address that the builtin artifact server listens on and the artifact upload targets? Thanks guys. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I cloned the repo to search for command line flags and found what I was looking for. --artifact-server-path
--artifact-server-addr
--artifact-server-port |
Beta Was this translation helpful? Give feedback.
I cloned the repo to search for command line flags and found what I was looking for.