Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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.
8/14/23
You can create a profile and activate different plugins based on the pipeline variables.
8/24/23
@bharath_kumark , Please share more information in the following template to proceed with this request.
@arunpatidar , can you please point me to any reference links?
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>
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Views
Likes
Replies