jenkinsci / jenkins-multijob-plugin

A new multijob plugin was created by Tikal ALM team. Using this job you can add full hierarchy of Jenkins jobs that will be executed in sequence or in parallel.
https://plugins.jenkins.io/jenkins-multijob-plugin/
MIT License
71 stars 133 forks source link

Last Success and Last Failure Columns in Jenkins Dashboard is not getting updated properly #202

Open anandathithan opened 4 years ago

anandathithan commented 4 years ago

I have Installed Jenkins in my system as a Local Host, I Created a Job with Multi Configuration Project and then configured a Batch File which executes Automation Pack which is developed in Selenium C#. After Execution of the Job, in Jenkins Dashboard "Last Success" Column is always shown as NA and Last Failure Column is updated with the time executed.

Every time I execute my Job, irrespective of the Automation Execution whether it is passed or failed, Last Failure Column is updated and Last Success Column is always NA.

Is there any configuration changes needs to be done so that I can see the Last Success Column updated in case of my Automation Passed and Last Failure Column updated in case of my Automation Failed.

I did all my searches but was unable to crack. Any solution to this issue is highly appreciated. Let me know if any further details are required.

Note: Please let me know if my question is not clear. Thanks in Advance...

RochaStratovan commented 4 years ago

I've also encountered this problem. However, a difference for me is that the Last Success, Last Failure and Last Duration values are not displayed if the job is in a different folder.

For example, if I have a job "01-Update Perforce" and it invokes sub-jobs such as Perforce-OP2 and PERFORCE/Mozart then only the job Perforce-OP2 gets updated.

PERFORCE is a Jenkins folder, and Mozart is a job inside the folder.

Where 01-Update Perforce is configured to trigger the job by using the pathname "PERFORCE/Mozart" and "Perforce-OPS2"