-
Bug
-
Resolution: Postponed
-
Minor
-
None
My setup:
- Jenkins v1.653
- multijob-plugin v1.21
What doesn't work:
- I see the job listed on a MultiJob view page http://jenkins/view/MultiJobViewName, it has one or several downstream jobs
- Last Success and Last Failure columns always show "N/A" for the job seen on the screenshot below even though I know it has finished successfully several minutes ago and failed several days ago, I can note that it has finished successfully last time.
Meanwhile, Last Failure is displayed correctly for some other downstream projects (not seen on the screenshot), I can note that all of them failed last time.
Also the same happens on the MultiJob project page:
- I click on the MiltiJob project and http://jenkins/job/Multi_Job_Name page is loaded (or http://jenkins/view/MultiJobViewName/job/Multi_Job_Name)
- Last Success column always shows "N/A" for all downstream projects, even though I know some of them have finished successfully several minutes ago and failed several days ago.
Last Failure is displayed correctly for some downstream projects (not seen on the screenshot), I can note that all of them failed last time.
Workaround:
- I go to the All view page http://jenkins/view/All
- Last Success and Last Failure columns show actual time for those jobs which are downstream projects of MultiJob projects
Regular "List View" tabs seem to display Last Success and Last Failure fine too.
Last Duration seems to be good everywhere.
Thanks!