Has anyone developed a build process for ExB? The deployment steps are detailed here: https://developers.arcgis.com/experience-builder/guide/deployment-topics/
I'd like to automate that, using Jenkins or similar and I was wondering if someone has tried this and can offer any suggestions.
For what I've seen, there is a node.js process on "server\src\middlewares\dev\apps\app-download.js" which is in charge of packaging the app, etc and providing the ZIP file. I've been trying to invoke that from command line without success.
Thanks!
Alejandro