Sunday, September 27, 2020

Salesforce Consuming a Rest API with Apex (Zendesk)

A lightweight design pattern for consuming a REST API(Zendesk) with APEX.

Thursday, September 24, 2020

Jenkins Parameterized Jenkinsfile Build (Salesforce SFDX Deploy Params)

Overview

This article will discuss how to introduce declarative configurable parameters to your Jenkinsfile build job. We will be tying these parameters into the Salesforce SFDX Deploy Stage of our build. The goal of this is to have a very diverse way to kick of builds from different Git branches and to different Salesforce environments as well.




Sunday, September 13, 2020

Jenkins Pipeline with Bitbucket Integration (Continuous Integration)

Overview

This article will focus on a step-by-step setup guide for a continuous integration pipeline leveraging Jenkins and Bitbucket Cloud.

    


Prerequisites

+ Jenkins server hosted on a AWS EC2 Instance
+ Bitbucket Private Repo

Install Bitbucket Source Plugin