Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

Cloud Manager CI/CD Pipelines - Custom Build Profile

Avatar

Level 2

8/12/23

It would be helpful to provide a way to configure the build profile to choose while configuring the CI/CD pipeline through cloud manager instance.

5 Comments

Avatar

Administrator

8/24/23

@bharath_kumark , Please share more information in the following template to proceed with this request. 

 

Request for Feature Enhancement (RFE) Summary:  
Use-case:  
Current/Experienced Behavior:  
Improved/Expected Behavior:  
Environment Details (AEM version/service pack, any other specifics if applicable):  
Customer-name/Organization name:  
Screenshot (if applicable):  
Code package (if applicable):  
Status changed to: Needs Info

Avatar

Community Advisor

8/24/23

Here are few documentation :
1. set pipeline variable with true/false value e.g. profile-1-activate - https://developer.adobe.com/experience-cloud/cloud-manager/reference/api/#tag/Variables/operation/pa...

2. In POX use this variable as ${env.profile-1-activate}

3. POM there are plugin sections 

<profiles>
  <profile>
    <id>profile-1</id>
    <activation>
      <activeByDefault>${env.profile-1-activate}</activeByDefault>
    </activation>
    ...
  </profile>
</profiles>

 

Avatar

Administrator

9/6/23

@bharath_kumark Closing this case as required information in the desired format. And document reference by Arun seems to be a workaround for this. 

Status changed to: Declined