Automation with Bamboo

0
Hello, We are trying to automate the deployment process to our privative cloud using Atlassian Bamboo. I’m looking for some guidance on how to configure the plan, integrate with mendix api to create package and storing the artifacts in Nexus repo.  
asked
2 answers
2

Currently, your question is mostly unrelated to Mendix and much more related to different technologies: mainly Bamboo and perhaps Nexus. You may have more success on the Bamboo forums – if such a place exists.

I have a little experience with setting up a CI/CD pipeline. I would not recommend building packages using the Mendix API: to use the Mendix API requires a node attached to your project. You will pay for that node, but if you deploy on your private cloud you will not actually use that node. For us, this is a waste of money. We will be refactoring our pipeline to build the Mendix packages and Dockers in GitLab.

answered
0

I think it will be hard to give generic guidance on this topic. You situation is very custom and depends completely on you local setup and requirements.

 

answered