Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

Build /write CI/CD pipeline for adobe cloud manager

Avatar

Level 2

Need help for building CI/CD pipeline for adobe cloud manager  usinf build tools like Git, Maven, webpack, Github action .

 

Where I can get reference for this ..Refernce means any syntax/sample example where I can take looks and modify according to my requirement.

 

I have gone through generic doc for CI/CD pipeline in AEM, but they will be helpful post writing pipeline I believe. 

 

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/usi...

 

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/usi...

 

Your help is much appreciated .Thank you

5 Replies

Avatar

Community Advisor

Hi,

 

It seems there might be some confusion. You cannot create your own pipeline in Cloud Manager; there are predefined pipelines that you can use. These are documented here: Adobe Experience Manager CI/CD Pipelines.

If you want to add extra steps to these pipelines, you need to create a separate pipeline using the technology you're comfortable with and then trigger the out-of-the-box pipelines described above as part of this custom pipeline. Alternatively, if you have a mirror repository following this approach: Git Integration in AEM Cloud Manager or you are onboarding your own private GitHub repository, you could use GitHub Actions or your Git repo CI/CD tools (i.e: GitLab pipelines) to add any extra steps before running the Adobe pipeline. Please refer to this for more details: Managing Code with Private Repositories.

 

In summary, the syntax you need will depend on the technology you use to build your pipeline, which falls outside Adobe’s scope but is general knowledge available online.

 

Hope this helps.



Esteban Bustamante

Avatar

Community Advisor

@HrishikeshDu You dont have to build anything. adobe provides predefined CI/CD pipelines that can be used for Build, deploy, test for all your cloud environments.

Avatar

Level 2

THats great to hear .

 

I have list of CI/CD tools which i need to incorporate into adobe pipelines ..CAn i do that ? If so how I can do it (which is one of our client requirement) .

 

CI/CD tools : MAven, Webpack,git,Sass,Github Action ,

Testing tools: Junit, Jmeter, UIPath ,PHP Unit

 

So am little puzzeled how i can add these tools  since adobe comes with predefined pipelines ..

 

Your help/pointers will ease my job.

 

Thanks

Hrishikesh

Avatar

Level 2

My personal email id not allowing me to  build, test abd deploy pipelines for adobe ..Do I need to have corporate account to deal with this .

Avatar

Administrator

@HrishikeshDu Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni