Deploy Code with CI/CD Pipelines in Adobe Cloud Manager
Learn how to set up a CI/CD pipeline using Adobe Cloud Manager, also familiarize you with Cloud Manager's capabilities and concepts.
Using Adobe Cloud Manager - Programs
Cloud Manager Programs represent sets of AEM environments supporting logical sets of business initiatives, typically corresponding to a purchased Service Level Agreement (SLA). For example, one Program may represent the AEM resources to support the global public Web sites, while another Program represents an internal Central DAM.
101
Using Adobe Cloud Manager - Environments
Cloud Manager Environments are composed of AEM Author, AEM Publish and Dispatcher services. Different environments support roles and can be engaged using different CI/CD Pipelines. Cloud Manager environments typically have one Production environment, one Stage environment, and one Development environment.
181
Github.com repositories and AEM Cloud Manager
Connect a private GitHub repo to AEM Cloud Manager to streamline code quality checks, automate workflows, and enhance development efficiency.
496
Using Adobe Cloud Manager - CI/CD Non-Production Pipeline
CI/CD Non-production pipelines are broken into two categories, Code Quality pipelines, and Deployment pipelines. Code Quality pipelines all code from a Git branch to build and be evaluated against Cloud Manager's code quality scan. Deployment pipelines support the automated deployment of code from the Git repository to any Non-production environment, meaning any provisioned AEM environment that is not Stage or Production.
179
Using Adobe Cloud Manager - CI/CD Production Pipeline
The CI/CD Production Pipeline is used to build and deploy code through Stage to the Production environment, decreasing time to value. The CI/CD Production Pipeline configuration defines the trigger that will initiate the pipeline, parameters controlling the production deployment and performance test parameters.
242
Using Adobe Cloud Manager - Activity
Cloud Manager provides a consolidated view into a Program's activity, listing all CI/CD Pipeline executions, both production and non-production. This allows users to view any pipelines currently in progress and review previous deployments.
35