Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-21607

Single manual trigger for parallel jobs

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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

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

                Created:
                Updated:
                Resolved: