CI/CD implementation for mendix app

0
Hello, We want to implement CI/CD for deploying same mendix app in two nodes(regions).  → app will be deployed in mendix cloud. For this which CI/CD tools we can use? Does mendix have any inbuilt CI/CD which we can use?? Can you please help with this?   Thanks, Omkar
asked
1 answers
1

Hello Omkar,

You can use build and deploy API to formulate your script via Jenkins or runnable jar.

https://docs.mendix.com/apidocs-mxsdk/apidocs/build-api/

https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api/

 

answered