Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

AEMCaaS: Pipeline, how to change the Adobe build scripts for pipelines?

Avatar

Level 7

For AEMCaas, how do we change the Adobe build scripts for pipelines?

What happens if I want to do something like
mvn clean -PautoInstallPackage -DversionOfMyService=1.0.0 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

You cannot change the CM pipeline. It is designed to have a single predictive flow so that we can have consistent results. There are two ways you can extend your CM pipelines.

 

1. Using cloud manager API. You can hook into events/steps specified using the API (reference at [1]) and build custom actions in your system

2. Custom pipelines in customer git before merging into Adobe Git repo. - have own pipelines and the final step is merging up to Adobe Git (of course its an overhead, but different organisations has different requirements)

View solution in original post

3 Replies

Avatar

Employee Advisor

Hi @AEMWizard ,

 

You cannot change the maven command on Cloud manager, if there is any need for inclusion/exclusion you can use pom.xml for that.

 

Hope that helps!

 

Regards,

Nitesh

Avatar

Community Advisor

There is no provision to add the maven command directly in cloud manager for CI/CD pipeline , they are pre-configured with standards .

You can check with adobe support team if there is something specific for your program.

 

Ref: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using-...

 

 

 

Himanshu Jain

Avatar

Correct answer by
Employee Advisor

You cannot change the CM pipeline. It is designed to have a single predictive flow so that we can have consistent results. There are two ways you can extend your CM pipelines.

 

1. Using cloud manager API. You can hook into events/steps specified using the API (reference at [1]) and build custom actions in your system

2. Custom pipelines in customer git before merging into Adobe Git repo. - have own pipelines and the final step is merging up to Adobe Git (of course its an overhead, but different organisations has different requirements)