Skip to content

Pipeline Introduction

Patrick Gidich edited this page Mar 19, 2019 · 3 revisions

Introduction

Creating a pipeline automates many of the activities involved in development and helps to make processes more efficient and increases team throughput.

This section will explore setup and configuration leveraging Azure DevOps.

Technical Considerations

Guidance in this document provides details on some products that the team who developed are familiar with, but the approach would be the same regardless of the tools used.

  • Azure Pipelines - Continuous integration and continuous delivery (CI/CD) that works with any language, platform, and cloud.
  • Azure Repos - Unlimited cloud-hosted private Git and Team Foundation Version Control (TFVC) reports for your project.
  • Azure Boards - Work tracking with boards, backlogs, team dashboards, and custom reporting.
  • Azure Test Plans - All-in-one planned and exploratory testing solution.
  • Visual Studio Code - IDE used in tandem with Salesforce DX plugin to write edit, and deploy code into the repos.

Clone this wiki locally