Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

CI/CD pipeline automation from AEM on premises to Cloud?

Avatar

Level 2

How can we migrate latest code changes from bit bucket feature branch to AEM cloud manager by automatically?

Topics

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

1 Reply

Avatar

Community Advisor

Have you tried integrating Bitbucket and ran into any specific issues? 

 

Easiest standard pattern is to leverage Adobe Github. You remote sync, ship your code from your Bitbucket into Adobe github and run cloudmanager from adobe github. Documentation

But for this, code must be shipped from Private repo into Adobe github repo. This can be done using Jenkins or Github Actions workflow. 

 

Another approach is, adobe now allows to add External Private repositories into Cloudmanager. Documentation. There is a specific documentation for Bitbucket users, to setup webhook from Bitbucket. Step wise instructions with screenshots. 

 

Please follow the documentation. Can help if any hiccups.