jenkinsci/jenkins-multijob-plugin

Cascaded Multiple Container jobs: The top parent job shows status "Completed", when the child jobs are still running.

Opened this issue · 1 comments

Hello team,
We use the Multi-Job Plug-In version 1.33.
We have hierarchy of cascaded Multi-Jobs are shown below.

  • MasterContainer_Job

  •      T1_Container_Job
    
               Job_T1_A_Job
               Job_T_1_B_Job
    
  •    T2_Container_Job
    
              Job_T2_A_Job
              Job_T2__B_Job
    

Issue :

  1. The parent job "MasterContainer_Job" is not in sync with its child-jobs.
    The MasterContainer Job status is shown as "completed", even when the child-jobs are still in progress.

  2. When the T1_Container_Job or T2_Container_Job are executed separately, then we don't have this issue.

Any hints about this query will be useful.

Hello team,
Any hints for the query will be useful.