adam-may / hudson-tray-tracker

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

Jenkins compatibility #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello and first sorry for my English

I want to use Hudson Tray Tracker 0.11.1.0 with Jenkins.
But it doesn't work because your application search the jobs in "hudson/job" 
and my jobs are in "jenkins/jobs".

Searching in the source code, I think I've found the line where the bug is : 
HudsonService.cs line 55.

May be you can externalize this parameter in the config file 
"HudsonTrayTracker.exe.config".

Thank's a lot
Regards

Original issue reported on code.google.com by supero...@gmail.com on 1 Mar 2011 at 2:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
works in 0.12 beta, you just have to re- add your projects

Original comment by axel.bru...@gmail.com on 12 Apr 2011 at 10:41

GoogleCodeExporter commented 9 years ago
Maybe I am doing something wrong, but indeed is does not work for me after 
migrating to from Hudson to Jenkins. In Settings, I edited the server settings 
to point to Jenkins (http://buildserver.tld/hudson/ --> 
http://buildserver/jenkins/) and get "Error loading projects from 
http://buildserver.tld/jenkins/" in the status bar. Unfortunately, deleting the 
server and adding anew does not solve the issue either.

I am using the latest available version 0.12.3.0 on Windows 7 x64. Looking at 
HudsonService.cs line 55, this still seems to look for the jobs in "hudson/job" 
and is not configurable.

Original comment by markus.b...@gmail.com on 2 Dec 2013 at 5:59