-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Platform: PC, OS: Windows XP
i am in http://localhost:8080/hudson/job/project/15/
previous leads to:
http://localhost:8080/hudson/job/project/1415/
should be 14
next link leads to:
http://localhost:8080/hudson/job/project/1615/
should be 16
- duplicates
-
JENKINS-186 Ivalid Prev/Next build links in projects with spaces in their names
-
- Closed
-
I can't reproduce this problem, and looking at the relevant code I'm suspecting
some container specific issues. What container do you use?
I got an impression that you also have a Hudson workspace. Would it be possible
for you to run Hudson inside a debugger, and look at how
hudson.Function.decompose() method works? This is the function that computes the
prev/next build URLs.