Skip to content

Add environment parameter to pipeline stages for enabling approvals#463

Open
abhisheik-HRA wants to merge 1 commit intomainfrom
add-approvals-for-deployments
Open

Add environment parameter to pipeline stages for enabling approvals#463
abhisheik-HRA wants to merge 1 commit intomainfrom
add-approvals-for-deployments

Conversation

@abhisheik-HRA
Copy link
Contributor

Introduced an 'environment' parameter to the dev, uat, pre_prod, and production stages in azure-pipelines.yaml to explicitly specify the deployment environment for each stage.

What was the purpose of this ticket?

Provide a brief description of the ticket

Jira Ref

Replace the ### with the Jira Ticket number below

RSP-###

Type of Change

Put [X] inside the [] to make the box ticked

  • [] New feature
  • [] Refactoring
  • [] Bug-fix
  • DevOps
  • [] Testing

Solution

What work was completed to cover off the story?

  • List out changes made to the repo

Checklist

  • Your code builds clean without any warnings
  • You have added unit tests
  • All the added unit tests add value i.e. assert the right thing?
  • You are using the correct naming conventions
  • You have fixed all the suggestions made by .editorconfig and/or Roslynator
  • There are no dead code and no "TODO" comments left
  • Please make sure that using statements are sorted with using System* statements at the top. You can use CTRL + K, CTRL + D command to format the file, that will respect the .editorconfig, or use the Visual Studio extension called CodeMaid to do that for you automatically on save.

Introduced an 'environment' parameter to the dev, uat, pre_prod, and production stages in azure-pipelines.yaml to explicitly specify the deployment environment for each stage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant