Modify ↓
Opened 13 years ago
Closed 12 years ago
#9911 closed defect (invalid)
For hudson plugin Hyperlink in Time line not exactly redirecting - 404 error
Reported by: | janakiramireddy | Owned by: | roadrunner |
---|---|---|---|
Priority: | normal | Component: | HudsonTracPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Hi Team,
I have installed hudson trac plugin and when i see the timeline, im able to see the build failed jobs and build success jobs. How ever when i click on the link, it is not exactly redirecting to the jenkins job url. ex: the url has to redirect to http://localhost:8080/jenkins/job/test/20/ but insted it is showning me the url http://localhost:8080/job/test/20/ inturn giving me 404 error.
Kindly let me know if i need to make any configuration.
-Janakiram
Attachments (0)
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Since there has been no further feedback, I'm assuming it was a configuration error.
Note: See
TracTickets for help on using
tickets.
You appear to have a configuration error on Jenkins - the URL is given to us by Jenkins when we query for the job info. Most likely you've not or mis-configured the Jenkins URL - in Jenkins go to
Manage Jenkins
->Configure
and check that theJenkins URL
parameter is correct (i.e. in your case it should behttp://localhost:8080/jenkins/
).