This article is in continuation of article https://askgif.com/blog/1/how-to-install-java-on-ec2-ubuntu-16-04/?lang=en. so the prerequisite is you should be having one ubuntu machine with Java installed on it.
Jenkins is an open source tool that help us to automate repetitive tasks like continuous integration and delivery of software. it is a JAVA based application that can be installed from Ubuntu packages.
In this tutorial we will be installing Jenkins by adding its Debian package repository, then will use that repository to install the package using command apt-get.


