This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
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
Solved! Go to Solution.
Views
Replies
Total Likes
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)
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
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.
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)
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies