Continuum

Link to display build surefire report doesn't work (in fact displaying surefire report per build is false)

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 1.1-beta-2
  • Fix Version/s: 1.1-beta-3
  • Component/s: Web interface
  • Labels:
    None
  • Complexity:
    Intermediate
  • Patch Submitted:
    Yes
  • Number of attachments :
    1

Description

Since 1.1-beta-2, the surefire report link in a build result page is not displayed anymore.
But in fact, It has never worked or it's confusing. Because the link is in the BuildResult and in fact the surefire -report is the last surefire report (because we don't save all surefire reports for all builds).
Try the Surefire Report in this two build result :
http://maven.zones.apache.org/continuum/buildResult.action?buildId=7072&projectId=44
http://maven.zones.apache.org/continuum/buildResult.action?buildId=16143&projectId=44

My proposal is to move this link to the buildResults page and call the link Last Surefire Report.
Or we can backup all surefire reports (probably too huge)
Thoughs ?

Olivier

Issue Links

Activity

Hide
Brett Porter added a comment -

linked issue for the latter part.

We should take care of it not appearing urgently if that's the case.

Show
Brett Porter added a comment - linked issue for the latter part. We should take care of it not appearing urgently if that's the case.
Hide
Olivier Lamy added a comment -

Done with backup of surefire reports in ${configuration.buildOutputDirectory}/${projectId}/{buildResultId}/surefire-reports/
Note, now continuum.removeBuildResult delete :
* directory ${configuration.buildOutputDirectory}/${projectId}/{buildResultId}
* file ${configuration.buildOutputDirectory}/${projectId}//{buildResultId}.log.txt

Show
Olivier Lamy added a comment - Done with backup of surefire reports in ${configuration.buildOutputDirectory}/${projectId}/{buildResultId}/surefire-reports/ Note, now continuum.removeBuildResult delete : * directory ${configuration.buildOutputDirectory}/${projectId}/{buildResultId} * file ${configuration.buildOutputDirectory}/${projectId}//{buildResultId}.log.txt
Hide
Emmanuel Venisse added a comment -

Applied

Show
Emmanuel Venisse added a comment - Applied

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: