Niveau 1
Niveau 2
Se connecter à la communauté
En savoir plus
Connectez-vous pour voir tous les badges
Développer ma barre des réalisations de la Communauté.
12/08/2023
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.
14/08/2023
You can create a profile and activate different plugins based on the pipeline variables.
24/08/2023
@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>
06/09/2023
@bharath_kumark Closing this case as required information in the desired format. And document reference by Arun seems to be a workaround for this.
Pour ajouter un commentaire ici, vous devez être inscrit. Si vous êtes déjà inscrit, connectez-vous. Dans le cas contraire, inscrivez-vous puis connectez-vous.
Vues
Likes
Réponses
Like