CI/CD Best Practices for Salesforce DX - PowerPoint PPT Presentation

About This Presentation
Title:

CI/CD Best Practices for Salesforce DX

Description:

Salesforce CI/CD to automate manual workflows, which help them handle these growing workloads and quickly deliver quality work to their end-users. This article gives you a short overview of how to implement CI/CD in Salesforce DX. – PowerPoint PPT presentation

Number of Views:5
Slides: 7
Provided by: braydendiegoven

less

Transcript and Presenter's Notes

Title: CI/CD Best Practices for Salesforce DX


1

Click to d text
  • CI/CD Best Practices for Salesforce DX

2
Components of CI/CD
  • Automation is used in this process to validate
    deployment packages, run tests, and move work
    items along the pipeline. Individual CI jobs can
    be set up using a Salesforce DevOps solution such
    as AutoRABIT, Gearset or a standard automation
    tool such as Jenkins. The continuous integration
    in DevOps processes runs on a regular basis or is
    triggered when branches in Git merge, and they
    can conduct tests before deployments across
    version control and Salesforce environments.

3
Implementation of CI/CD with Salesforce DX
  • Implementation of the Salesforce CI/CD pipeline
    is separated into four stages
  • Source
  • Build
  • Test
  • Deployment

4
Source
  • It is the first stage of Salesforce CI/CD
    workflow. Here the CI/CD pipeline in DevOps will
    be activated by any change in the program or a
    predefined flag in the code repository. This
    level is all about source control, including
    version control and change tracking.

Build
This stage of the pipeline converts the source
code and all of its dependencies into an
executable/runnable instance of the development.
This stage addresses software builds as well as
other types of buildable objects such as Docker
containers.
5
Test
  • The test stage includes all automated testing to
    validate the software's behavior. This stage's
    purpose is to keep software defects from reaching
    end users. This stage might include a variety of
    methods of testing, ranging from integration
    testing to functional testing. This stage will
    also reveal any flaws in the product.

Deploy
This is the Salesforce CI/CD pipeline's final
stage. The package is now ready to be deployed
after passing all of the preceding phases. At
this point, the package is deployed to
appropriate environments, first to a staging
environment for additional quality assurance (QA)
and then to a production environment. 
6
Contact us or Request a demo
https//www.autorabit.com/request-a-demo/
info_at_autorabit.com 1 925 500 1004 548 Market
Street PMB 98272San Francisco CA94104-5401 www.a
utorabit.com  Article Source CI/CD Best
Practices for Salesforce DX
Click to add text
Click to add text
Write a Comment
User Comments (0)
About PowerShow.com