Build Your Own CI/CD Pipeline in Salesforce (Using GitHub Actions)

Posted on: 15th Jul 2022

Building CI/CD Pipelines

An awesome article from Pablo Gonzalez on Salesforce Ben about β€œBuild Your Own CI/CD Pipeline in Salesforce (Using GitHub Actions)” πŸ™Œ

This article talks about automating below actions based on different events:

πŸ‘‰ Action 1: Deployment

πŸ‘‰ Action 2: Run tests specified by the developer

πŸ‘‰ Action 3: Scan the code

πŸ‘‰ Action 4: Identify only the metadata that has changed

πŸ‘‰ Event 1: When the developer opens a pull request

πŸ‘‰ Event 2: When the pull request is approved and merged

πŸ‘‰ Event 3: When the development branch is merged into master

Well done Pablo and thanks for sharing the source code as reference! πŸ‘ πŸ‘

I think every Salesforce project should plan this (as bare minimum!) using any of the CI/CD tools allowed in the organisation (Github or Azure DevOps or Bitbucket or others) as part of their Crawl > Walk πŸšΆβ€β™‚οΈ > Run πŸƒ DevSecOps strategy!

Build Your Own CI/CD Pipeline in Salesforce (Using GitHub Actions) | Salesforce Ben

⚝ gouravsood

Β© 2024

LinkedIn