Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Use URL instead of agent IP to Download artifacts #3700

sunmrt ·
Hello,

is it possible to configure Quickbuild to use an URL instead of the IP:PORT of the build agents to download artifacts from a specific build agent ?

Thanks

Regards
Mrt.
  • replies 5
  • views 1039
  • stars 0
robinshen ADMIN ·
Sorry I am not quite clear about your question. What do you mean about "download artifacts from specific build agent"?
sunmrt ·
Hi Robin,

on advanced setting of our configurations we choose to store our artifacts on a specified agent. we want to configure an apache proxypass on behind of this agent. to do this we need that artifact links on QB uses the apache ServerName instead of the agent IP:Port

is there a way to do this actually on QB ? or could this be added ?

Thanks and Regards
Mrt
robinshen ADMIN ·
I see. To do this, please edit "<agent storing the artifacts>/conf/node.properties" and specify the host name via ip property, for instance:
ip=artifact.example.com
sunmrt ·
Great <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Thank you Robin

Regards
Mrt
ralph.arthur ·

Thank you so much for this code, I've been looking for it a loong time. Thank you!!!