Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#171536663] Several pipeline improvements #24

Merged
merged 3 commits into from
Mar 2, 2020

Conversation

raicastino
Copy link
Contributor

The following changes have been implemented to improve the current Azure DevOps pipeline for this repository:

  • moved all the build packaging tasks from Build stage (always executed) to Deploy_x stages to accelerate the pipeline execution when deployment is skipped (i.e. not required)
  • added templates usage to allow the reuse of several recurrent steps in the pipeline (e.g. install node modules and build, deploy a function, etc.): this improve readability, maintenance and reuse of content, logic, and parameters
  • reviewed the conditions and renamed the pipeline variables to support the manual execution of specific jobs on-demand (e.g. allow administrators to execute the deployment of a specified branch or commit in production regardless ‘latest’ tag)
  • modified the deployment to slots (optional alternative deployment mode enabled setting appropriate variables) to support deployment slots both in stage and production environment
  • improved and added additional comments in the YML pipeline file to better document the pipeline

Screenshot 2020-03-02 at 12 11 37

Copy link
Contributor

@gunzip gunzip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm ! very nice !

.artifactignore Show resolved Hide resolved
azure-pipelines.yml Show resolved Hide resolved
azure-pipelines.yml Show resolved Hide resolved
@gunzip gunzip merged commit 1851bc5 into master Mar 2, 2020
@gunzip gunzip deleted the 171536663-improve-build-devops-pipeline branch March 2, 2020 13:50
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.

2 participants