AEMCaaS: Pipeline, how to change the Adobe build scripts for pipelines? | Community
Skip to main content
Level 6
February 2, 2023
Solved

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

  • February 2, 2023
  • 3 replies
  • 831 views

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 

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 Nirmal_Jose

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)

3 replies

nitesh_kumar-1
Adobe Employee
Adobe Employee
February 3, 2023

Hi @supportmember ,

 

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

Himanshu_Jain
Community Advisor
Community Advisor
February 3, 2023

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-cloud-manager/cicd-pipelines/configuring-production-pipelines.html?lang=en#adding-production-pipeline

 

 

 

Himanshu Jain
Nirmal_Jose
Adobe Employee
Nirmal_JoseAdobe EmployeeAccepted solution
Adobe Employee
February 3, 2023

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)