Mendix App Build from Internal SVN

0
Hi All, I am working on the Jenkins process to build our mendix applications. We have an internal SVN repo and I am able to “clone” my SVN repo onto the jenkins build server(CentOS). What commands are needed to run to build the application from the repo code? I see on other forums I need to use mxbuild.exe with the java path, so is this correct and where can I obtain this mondix exe?
asked
1 answers
2

mxbuild.exe can be found in the installation folder of the modeler, e.g.  C:\Program Files\Mendix\7.23.3.48173\modeler

The documentation describes what commands to use and which options are available

 

answered