Jenkins is an open source automation server used for continuous integration and continuous delivery in software development.To install Jenkins on Ubuntu, first, read the documentation and check the minimum requirements.Update the system using 'sudo apt update' command.Install Java as per the requirement of Jenkins version using 'sudo apt install openjdk-<version>-jre-headless' command.