You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 26 Oct 2012 at 11:10
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 issue reported on code.google.com by
[email protected]
on 26 Oct 2012 at 11:10Attachments:
The text was updated successfully, but these errors were encountered: