selectively deploying edge config into a different org using CICD

sarfernando
Participant II

Hi,

We need a way to deploy just a selective list of products, kvms, etc as part of the apigee config deployment using our CICD pipelines (that use the maven plugins) during the deployment from the DEV org into PREPROD. What is the quickest way to achieve this?

Thanks!

0 1 116
1 REPLY 1

Hi @sarah fernando,

There are multiple ways to do it, if you have basic knowledge on Jenkins, use that, it has maven plugin available . or you can use apigeetool (npm module https://github.com/apigee/apigeetool-node) within jenkins also.