webartoli / hudson-tray-tracker

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

Url server is different url project #90

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a new server
2. select a project
3.

What is the expected output? What do you see instead?
The url from project should be equal the url from server

example

Url server: http://xpversao2:8080/hudson
Url project: http://xpversao2:8080/job/Sige

but the url from project is showing http://localhost:8080/job/Sige

see attach file.

What version of the product are you using? On what operating system?
0.12.1.0 and Windows 8 64

Please provide any additional information below.

Original issue reported on code.google.com by cvpere...@gmail.com on 26 Oct 2012 at 11:10

Attachments:

GoogleCodeExporter commented 9 years ago
The path to the project is also wrong.
server: http://myserver:port/path
project: http://myserver:port/job/jobname

Should be:
project: http://myserver:port/path/job/jobname

So the tray can't get any status from the jobs.

Original comment by collinc....@gmail.com on 1 May 2013 at 8:08

GoogleCodeExporter commented 9 years ago
similar issue is seen with latest version - HudsonTrayTracker_v0.12.3.msi 
OS - windows 7 professional, sp1, 64 bit

Original comment by sambha...@gmail.com on 22 Jul 2015 at 9:03