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

Allow to run multiple deployment steps for the same environment on the same build

    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

      This feature request is to add the ability to, on Pipelines, run multiple steps that perform deployments to the same environment on the same build.

      Something like this for example:

      pipelines:
        branches:
          master:
            - step:
                name: Deploying to AWS production
                deployment: production
                script:
                  - <myDeploymentScript>
            - step:
                name: Deploying to AWS production using code deploy
                deployment: production
                script:
                  - pipe: atlassian/aws-code-deploy:0.4.0
                    variables:
                      AWS_ACCESS_KEY_ID: '<string>'
                      AWS_SECRET_ACCESS_KEY: '<string>'
                      AWS_DEFAULT_REGION: '<string>'
                      APPLICATION_NAME: '<string>'
      

      This would allow users to have multiple steps use the same variables defined in the deployment variables section, as well as allow for more organization without needing to group everything into one single step.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lmontiel@atlassian.com Leonardo M
              Votes:
              19 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: