Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed Continuous Integration with Jenkins!
You have completed Continuous Integration with Jenkins!
Instruction
Continuous Delivery/Deployment
Once you have a stable continuous integration setup, you might want to look at using Jenkins for:
Continuous delivery (deploying your app to an internal staging server for employee-only access), or even
Continuous deployment (deployment to public servers for customers to use)
Jenkins doesn't really have special built-in functionality related to continuous delivery/deployment. Just as with i...