Uploaded image for project: 'PHP Driver: Library'
  1. PHP Driver: Library
  2. PHPLIB-1264

Allow merging a Pipeline stages with other stages in a new Pipeline

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • builder-0.1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

       

      Pipeline can be created as a list of stages.

      $pipeline1 = new Pipeline($stage1, $stage2);
      
      

      The goal it to merge pipelines together in a new pipeline.

      $pipeline2 = new Pipeline($stage3, $pipeline1, $stage4);

      Same as

      $pipeline2 = new Pipeline($stage3, $stage1, $stage2, $stage4);

       

            Assignee:
            Unassigned Unassigned
            Reporter:
            jerome.tamarelle@mongodb.com Jérôme Tamarelle
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: