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

Allow optional concurent/parallel script execution in Pipelines

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.

      For a test pipeline which runs multiple tests that are independent of each other it would shorten the feedback loop to run them in parallel.

      #!yml
      
      pipelines:
        default:
          - step:
              parallel: true # for example
              script:
                - test/client.sh
                - test/server.sh
                - test/other.sh
      

      This could be achieved currently by writing a master script that starts the other ones but it would make a mess of all the outputs which are currently cleanly separated in pipelines.

      Ideally as soon as one fails it would fail the built early.

              Unassigned Unassigned
              384f9d771062 pfiaux
              Votes:
              39 Vote for this issue
              Watchers:
              44 Start watching this issue

                Created:
                Updated:
                Resolved: