내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

how to CI/CD AEM with Bamboo

Avatar

Level 2

Can any one help me ... how to CI/CD of AEM with Bamboo server?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 9

Hello,

Bamboo or Jenkins or any CI/CD is never configured with AEM. All you need is just source code and Grade/Maven commands to build AEM Packages. And once you have packages you need to find out how to Maven/Grade profile to upload to AEM Environments.

No CI/CD integration happens directly with AEM. CI/CD is for source code.

I hope THis helps.

원본 게시물의 솔루션 보기

5 답변 개

Avatar

Level 10

That server is not on the list of AEM technical requirements: Technical Requirements

Hvaing said that - there is an older community thread that talks about this -- Which is a better continuous integration tool for AEM, Jenkins or Bamboo

Adobe recommends using Maven to build projects - as discussed here - Getting Started with AEM Sites - WKND Tutorial

Avatar

Level 9

Hi,

I don't think AEM & Bamboo are anyway closed tools. There are two different systems. Bamboo is CI/CD tool and can be used with any source code tool.  AEM isn't a source code tool.

May i know what you are looking for?

Avatar

Level 2

Thanks for your quick reply.....

I am looking for how to configure Bamboo with AEM.....  instead of jenkins.  If you have any document ... Please share it

Avatar

정확한 답변 작성자:
Level 9

Hello,

Bamboo or Jenkins or any CI/CD is never configured with AEM. All you need is just source code and Grade/Maven commands to build AEM Packages. And once you have packages you need to find out how to Maven/Grade profile to upload to AEM Environments.

No CI/CD integration happens directly with AEM. CI/CD is for source code.

I hope THis helps.

Avatar

Level 2

Thanks for your reply...

how to Maven profile to upload to AEM Environments using Bamboo? or How to build Maven zip profile using Bamboo?

Do you have any document please share?

Thanks in Advance.....