Tag: continuous integration
-
Shell Script – Read all file names in Git Pull Request
Shell script to read all files part of Pull Request & iterate through them
-
Import and Export Records using Salesforce DX
Using Salesforce DX to Export and Import records into regular Salesforce Instances without dependency on developer hub org
-
Use Metadata API with Salesforce DX
How to use SalesforceDX to deploy metadata in Sandboxes or Non-Scratch Salesforce instances
-
Continuous Integration vs. Continuous Delivery vs. Continuous Deployment
Difference between Continuous Integration vs. Continuous Delivery vs. Continuous Deployment
-
Continuous Integration (CI) in Salesforce using Team Foundation Server (TFS) – Video
Step by step guide to set up Continuous Integration (CI) for Salesforce using Team Foundation Server (TFS) with video tutorial
-
Automated Code review for Apex in Salesforce – Static code analysis – Video
Using open source PMD tool to generate code quality report for Apex classes
-
Continuous Integration in Salesforce using Flosum AppExchange
Native Force.com solution for Continuous Integration using AppExchange product Flosum
-
Using CCTray to monitor continuous integration setup using Jenkins for Salesforce | Video Tutorial
In previous article, I have explained that how to use Jenkins to setup Continuous integration for Salesforce. Now, once Jenkins is up and its doing its job to build Salesforce changes. Next task is to monitor build result. We already setup post deployment task by creating chatter message to notify everyone about build result, however there is…
-
Continuous integration in Salesforce Using Jenkins and Git | Video Tutorial
As your Salesforce Organization undergoes heavy customization and frequent builds, moving changes from one Sandbox to other sandboxes starts taking longer time and effort. Also, in normal Salesforce project, there are chances that you will have minimum three sandboxes likely Developer Sandbox, QA Sandbox and UAT Sandbox. After some time you will be in need…