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
Post a Comment