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

Allow to manually deploy to only one of the group of environments

    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

      I have few test environments, for instance:

      • test1
      • test2
      • test3

      I would like to have a possibility to deploy my application to only one of them. Let’s say I have a config:

        pull-requests:
          '**':
            - step: *build-app
            - step: *build-img
            - step:
                <<: *deploy
                name: Deploy to test1
                deployment: test1
                trigger: manual
            - step:
                <<: *deploy
                name: Deploy to test2
                deployment: test2
                trigger: manual
            - step:
                <<: *deploy
                name: Deploy to test3
                deployment: test3
                trigger: manual          
      

      After pull request is created, I would like to have a possibility to choose test environment where application will be deployed. For instance I would like to deploy it to test2 only. Now it’s impossible. I have to deploy to test1 to be able to deploy to test2, then to test3.

      Attachments

        Activity

          People

            Unassigned Unassigned
            1058ccba-51bd-4274-b01d-407d8d7cd4ba Deleted Account (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: