Expand my Community achievements bar.

Cloud Manager meets Jenkins | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

Cloud Manager meets Jenkins by Wunderman Thompson Technology Blog Posts

Abstract

The introduction of AEM as a Cloud Service marks a new era in the world of AEM development. This post provides a tutorial of integrating Cloud Manager, a new CI/CD tool from Adobe, with existing Jenkins-based approaches to code deployment.
The popularity of cloud infrastructures and serverless designs is still going up. Adobe doesn't fall behind and proposes a myriad of cloud tools meant to revolutionize ways of working with AEM projects. The new solutions bring lots of changes to both developing and deploying the code. DevOps engineers have to face a challenging task of adapting the current deployment pipelines into the new, cloud-based approaches based on Adobe's Cloud Manager.

Introduction
First, let's delve deeper into the subject of code deployments and the way it's done with Cloud Manager.

Usual deployment pipelines
Deploying your code is all about making your software available to the end-users. However, as the project you're working on is growing you might need to perform multiple additional actions revolving around this process. This is where the concept of deployment pipelines comes into play - in most real-world scenarios deploying software is much more than simply pushing your code to the production environment. Deployment pipelines aim to automate as much as possible - all additional tasks related to the deployment are incorporated into a pipeline. This process can be roughly divided into the deployment itself and pre and post deployment steps. When it comes to the actions you might want to perform, the possibilities are limitless. Some of the most commonly implemented pre-deployment steps are:
1. static code analysis,
2. data backups,
3. running unit and integration tests,
4. notifying all interested parties about the upcoming deployment.

Read Full Blog

Cloud Manager meets Jenkins

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies