AEMCaaS: Pipeline, how to change the Adobe build scripts for pipelines?
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
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
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)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.