How to set up multiple "environments" using CloudBees?

I just read all the CloudBees Developer Docs and was surprised to see nothing about setting up multiple environments for the deployment pipeline.

I plan to run my application locally and then push the code to a QA machine inside my network, and from there it would be nice to deploy the code changes to the "Demo" environment in the CloudBees cloud, where clients could view / accept change tests before I installed them.

So, I ask: how to set up both the demo and production environment on CloudBees?

Ideally, I would like my demo environment to be demo.myapp.example.com and my demo.myapp.example.com environment to be myapp.example.com . Thanks in advance!

+7
source share
1 answer

You can certainly deploy the same binary file for several environments and get each of them with different resources and parameters. This is the big picture. You may need to use the cloudbees SDK to fine-tune both environments. Both run.cloudbees.com and jenkins cloudbees web consoles offer limited features.

+2
source

All Articles