Single manual trigger for parallel jobs

XMLWordPrintable

      Issue Summary

      It would be useful to have a single manual trigger for the entire parallel pipeline in the Bitbucket pipeline file.

      Found other customers asking for similar feature:

       
      At the moment in my team, we have the setup, which requires two manual clicks inside the parallel pipeline deploying to production.

      Steps to Reproduce

         ....
         - parallel:
           trigger: manual
              - step:
                  name: Deploy to production
                  deployment: production
                  services:
                    - docker
                  script:
                    - echo prod 
              - step:
                  name: import workato recipes to prod
                  image: gradle:jdk11
                  script:
                    - echo deploying other artifacts to prod

       

       

      Expected Results

      Single "run" button for the parallel stage in Bitbucket UI.  

      Actual Results

      The below exception is thrown in the xxxxxxx.log file:

      ...
      

      Workaround

      Required, if there is no workaround please state:
      Currently there is no known workaround for this behavior. A workaround will be added here when available

              Assignee:
              Unassigned
              Reporter:
              Krzysztof Barczynski
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: