Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.3
-
None
-
XP Pro SP2
Description
Build failure notification send by continuum doesn't have the correct url
to download logs. I believe there is a bug filed for this.
ie "Download as test" doesn't resolve to correct url
for example
if you open link send out my email
http://myserver.com:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/193
download text link point to
http://myserver.com:8080/continuum/servlet/browse?file=$requestUtil.getParameter('id')/${requestUtil.getParameter('buildId')}.log.txt
instead it should point to
http://myserver.com:8080/continuum/servlet/browse?file=1/193.log.txt