To deploy an app via the Mendix Service Consoles you need to generate an MDA file (Mendix Deployment Archive).
The MDA file is created from your Mendix project repository. By default your Mendix project repository is hosted on the Mendix Cloud TeamServer (SVN) – I assume you are using this as it sounds like this is what you have synced.
There are several ways to generate an MDA:
- Using Studio Pro. App > Generate Deployment Package
- Use CLI MxBuild (https://docs.mendix.com/refguide/mxbuild) – Studio Pro option above uses this same process behind the scenes
Once you have the .mda file you can deploy it via the Service Console
i have found some info which is using Jenkins. so that can make the process automatically generate and deploy. is there anyone have some link or documentation on how to setup jenkins in window server?