Skip to content

Accenture/ALM-SF-DX-Pipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salesforce ALM Framework - CI/CD Pipelines for DX

Groovy pipelines for Jenkins to perform ALM (Application Lifecycle Management) operations over Salesforce platform using metadata DX. The Metadata API version of these pipelines can be found in ALM-SF-Metadata-API-Pipelines.

These pipelines are meant to be used altogether with Python scripts from ALM-SF-DX-Python-Tools.

Azure pipelines can be found at branch main-azure.

Currently supporting:

  • Gitlab CE
  • Gitlab EE
  • Gitlab.com
  • Bitbucket Cloud
  • Bitbucket Server

Git2SF

Automatic pipeline triggered from a Merge/Pull Request creation and/or modification. The job performs a validation/deployment of the differences exisiting between the source and target branches in the configured org.

Detailed explanation and job configuration can be found at Git2SF README.

DeployerOpenMR

Handles the manually executed jobs to validate/deploy metadata into Salesforce using as input parameters the Merge/Pull Request Id and the target Salesforce environment.

Detailed explanation and job configuration can be found at DeployerOpenMR README.

Deployer

Handles the manually executed jobs to validate/deploy metadata into Salesforce using as input parameters the source and target commit hashes (or tag names) and the target Salesforce environment.

Detailed explanation and job configuration can be found at Deployer README.

Pipeline Libraries

Set of shared libraries wich are used by the pipelines execution.

Detailed explanation of each library can be found at Libraries README.

Detailed explanation and job configuration can be found at Deployer README.

Contributors Guide

Contribution

We encourage you to contribute to new features or fixes. You can start by opening a Github issue to get feedback from other contributors.

License

The Salesforce ALM Framework is licensed under the Apache License 2.0 - see LICENSE for details.

Releases

No releases published

Packages

No packages published

Languages