Salesforce CI/CD Pipeline Gitlab
Salesforce CI/CD Pipeline | Gitlab In this article, we will be setting up GitlabCI/CD Pipeline for Salesforce. Prerequisites Salesforce Extension Pack for the VS Code Salesforce CLI Supported Java OpenSSL CLI ( To check if it is installed, Use the command openssl version, if OpenSSL is installed, it will print the OpenSSL version in the terminal). Setting up Gitlab for Salesforce Project Create a Gitlab Account. You can use this link for signing up Login to the Gitlab Account. Create a gitlab Repository with Name sfdx demo. Now clone the repository in the VS Code. To do that go to your repository and click on the clone button. Now click on the Clone in VS Code to clone this Repository in the Vs Code. Or alternatively, you can use git clone repository url in the terminal. In my case, a folder name SFDX-DEMO is created. Now open the parent folder of git repository folder in the terminal and use the following command. sfdx force:proje...