java - How to set up multiple "environments" with CloudBees? -


i read cloudbees developer docs , surprised didn't see setting multiple environments deployment pipeline.

i plan on running app locally, promote code qa machine inside network, , there nice deploy code changes "demo" environment on cloudbees cloud, clients review/acceptance test changes before set them live.

so ask: how 1 set both demo , production environment on cloudbees?

ideally, i'd have demo environment demo.myapp.example.com , production environment myapp.example.com. in advance!

you sure can deploy exact same binary multiple environment, , each of them configured distinct resources , parameters. common pattern. need use cloudbees sdk fine-grain setup both environments. both run.cloudbees.com web console , jenkins cloudbees deployer offer limited options.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -