Ticket #597 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

RSS feed reports incorrect failing step

Reported by: ddunbar Owned by:
Priority: major Milestone: 0.7.12
Version: 0.7.11 Keywords:
Cc:

Description

The RSS feed does not compute the failing step correctly. The problem is here: --

# get name of the failed step and the last 30 lines of its log. if build.getLogs():

log = build.getLogs()[-1] laststep = log.getStep().getName()

--

It is not always true that the last step is the one that failed, in which cases the feed reports the wrong step and attaches the wrong log.

Change History

comment:1 Changed 3 years ago by dustin

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from undecided to 0.7.12

fixed by ddunbar in [7d71ae0f2c167e90c79e6bafa6150568c2a22624] -- thanks!

Note: See TracTickets for help on using tickets.