コミュニティアチーブメントバーを展開する。

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.....