-
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
-
[JENKINS-103] previous next build links don;t work
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Link |
New:
This issue duplicates |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
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.