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

Allow Deployment Promotion to Any Environment

    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

      We should able to promote a deployment directly to any environment without promoting previous deployment environments (steps).

      We are only allowed to promote deployments to manually triggered deployment steps which are not skip-able, so we have to promote each step(environment) before we achieve the environment we want to promote the build.

      Example:

      pipelines:  
        branches:
          development:
            - step: *ecr-login
            - step: *build-and-push
            - step: *deploy-dev
            - step: *deploy-test-manual
            - step: *deploy-qa-manual
            - step: *deploy-staging-manual
            - step: *deploy-prod-manual
      

      In above example if I wanted to promote to prod I have to promote test, qa, staging in that order manually. Instead I should able to promote the build which is successfully deployed to `dev ` environment to `prod` environment.

       

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              979359a1c5d1 Faruk Pehlivanli
              Votes:
              8 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated: