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

XMLWordPrintable

      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.

            Assignee:
            Unassigned
            Reporter:
            Leonardo M
            Votes:
            19 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: