Integrating SitecoreDXG into your CI/CD Pipeline
SitecoreDXG was designed for easy of integration with any CI/CD pipeline. If you are looking to integrate SitecoreDXG into your TeamCity-based pipeline, see Integrating the Default TeamCity RabbitMQ Meta-Runner. Otherwise, if you are looking to integrate SitecoreDXG into Jenkins, Octopus Deploy, Travis, Codeship, GitLab, Buddy, Semaphore, or any other build tool then refer to the guide below.
Integrating SitecoreDXG into your Build Pipeline via the Command Line
You can integrate SitecoreDXG into your CI/CD pipeline by completing the following two steps:
Install the default RabbitMQ Middleman (excluding the TeamCity Meta-Runner definition XML file) on in a location that your build agent will have permissions to access
Add a new step to your build that executes the PowerShell script, below (feel free to customize, rewrite or replace this script with your own written in the language of your choice)
Sample PowerShell Script to Call the Default RabbitMQ Middleman
Last updated