Expand my Community achievements bar.

SOLVED

how to CI/CD AEM with Bamboo

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
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.

View solution in original post

5 Replies

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 1

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

Correct answer by
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 1

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