Build and deploy mutiple proxies

Hi,

Is there anyway we can build and deploy multiple proxies at a time. Each proxy has different swagger yaml files.


Thanks

0 1 135
1 REPLY 1

Hi @Tirumala Muddana

It is not clear which deployment method you are refering to but this is not possible right now with the Edge UI(if that is what you are refering) and you can not import, build and deploy multiple bundles at once. However, you can do it by setting up a CI/CD pipeline using jenkins, maven deploy plugin or by making your api proxies bundle maven plugin compliant and run maven deploy manually make sure you configure the parent POM file correctly to support multiple proxies deployment.

If you can elaborate your specific scenario that will help suggest better solution.

Thanks!