how to CI/CD AEM with Bamboo | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jitendra_S_Toma

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 replies

smacdonald2008
Level 10
August 7, 2018

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

Jitendra_S_Toma
Level 10
August 7, 2018

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?

Tanneru
TanneruAuthor
Level 2
August 8, 2018

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

Jitendra_S_Toma
Jitendra_S_TomaAccepted solution
Level 10
August 8, 2018

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.

Tanneru
TanneruAuthor
Level 2
August 9, 2018

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