is there a way to configure build command in cloud pipeline ? | Community
Skip to main content
February 9, 2022

is there a way to configure build command in cloud pipeline ?

  • February 9, 2022
  • 2 replies
  • 639 views

 

is there a way where can build only one folder called ui.frontend.tops from the above screen-shot in adobe experience manager CI/CD pipeline? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Anish-Sinha
Adobe Employee
Adobe Employee
February 10, 2022

Hi @indrajeet1 ,

You cannot modify the build rules in Cloud manager CI/CD pipeline. There is no customization you can do. However, you can create a front-end deployment pipeline in where only front-end related packages will be deployed. Below screenshot for your reference:

joerghoh
Adobe Employee
Adobe Employee
February 13, 2022

You cannot change the way the maven build is invoked. But of course you can configure the top-level pom.xml according to your needs. For example you can list a different set of modules. But there is no way to set specific build profiles via the CM in a case by case situation.

 

The only option is to use a different type of pipeline (e.g. the frontend-pipeline, as already mentioned).