adam-may / hudson-tray-tracker

Automatically exported from code.google.com/p/hudson-tray-tracker
0 stars 0 forks source link

Incorrect URL used #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a server hosted on a remote machine
2. Add a project
3. Look at the URL column in the tracker window

What is the expected output? What do you see instead?
The url points to http://localhost:8080/Job/XXX rather than 
http://myremotemachine:8080/Job/XXX. Similarly, double clicking opens the 
wrong URL

What version of the product are you using? On what operating system?
Version: 0.10.1.0
Windows 7-64 bit

Please provide any additional information below.

Original issue reported on code.google.com by RoryDris...@gmail.com on 20 Apr 2010 at 5:52

GoogleCodeExporter commented 9 years ago
Hi,

The URLs of the projects are provided by the server. You can try looking at
http://myremotemachine:8080/api/xml. I suppose it will show URLs with 
"localhost". If
you update the configuration of your Hudson installation, it should fix the 
issue.
Please let me know if this is the case.

Thanks,
Alexis

Original comment by Alexis.S...@gmail.com on 20 Apr 2010 at 8:09

GoogleCodeExporter commented 9 years ago
Yep you were right. My fault completely. Thanks for the help Alexis.

Rory

Original comment by RoryDris...@gmail.com on 21 Apr 2010 at 4:41

GoogleCodeExporter commented 9 years ago

Original comment by Alexis.S...@gmail.com on 21 Apr 2010 at 8:27