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

Manual trigger for steps running in parallel

    XMLWordPrintable

Details

    • 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.

    Description

      #!python
      
      - step:
            name: Step 0
            script:
                - echo "Automatic step 0";
      - parallel:
            - step:
                  name: Step 1
                  script:
                    - echo "Automatic step 1";
            - step:
                  name: Step 2
                  trigger: manual
                  script:
                    - echo "I need to click the button to execute Step 2";
            - step:
                  name: Step 3
                  script:
                    - echo "Automatic step 3";
      

      Attachments

        Issue Links

          Activity

            People

              mbinnewies@atlassian.com Max Binnewies (Inactive)
              a31f03e77c11 Viktor Dlouhy
              Votes:
              185 Vote for this issue
              Watchers:
              117 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: