Continuous Integration With Jenkins on Alibaba Cloud

In this tutorial, we'll show you how to set up, install, and run Jenkins, a continuous integration delivery environment, on an Alibaba Cloud Elastic Compute Service (ECS) Ubuntu instance.

What Is Jenkins?

Jenkins is a continuous integration build tool that builds and releases application code after any change is made to the code and pushed to the code base. Jenkins saves development time by running automated testing against the code at every change pushed to the repos. Nasty bugs are picked up immediately, and the whole team is aware of build failures as they happen.