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

Dynamic deployment enviroments

    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

      Currently the deployment enviroments are static. You have to setup them and name them. Only then you can use deployment functionality in Bitbucket Pipelines.

      That does not scale very much when using automatic testing enviroment per branch or pull request. For example we have containerized testing enviroment for each branch (eg. http://internal.company.com/feature/JIRA-1234-introduced-dynamic-deploy-env). Each branch has its own testing enviroment so it can be easilly tested before the pull request gets merged. I believe this is a pretty common work flow and it should be supported by Bitbucket.

      I would like to have dynamic deployment enviroments, so I dont need to setup them ahead. So I could do something like following:

      - step:
           name: Deploy branch
           deployment: ${BITBUCKET_BRANCH}
           script:
              - echo "Deploying...";

       

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            a31f03e77c11 Viktor Dlouhy
            Votes:
            15 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: