Uninstallation of Jenkins

To uninstall Jenkins and all of its config files run

$ sudo apt remove jenkins

How to Install and configure Jenkins on Debian Linux (Ubuntu/Kali/Mint)

Jenkins is an open-source, cross-platform automation server that is used to build, test and deploy software. It simplifies and accelerates Continuous Integration/Continuous Delivery (CI/CD) environments by creating jobs, scripts, and pipelines. The application is primarily written in Java and requires a specific version of the Java Runtime Environment (JRE). Jenkins can be used to build and deploy software written in almost any modern programming language and framework. Furthermore, it integrates easily with third-party applications such as GitHub, Puppet, Docker, etc.

This tutorial will discuss how to install and configure Jenkins on Ubuntu or any Debian-based distro.

Similar Reads

Installation of Jenkins

Step 1: Update and upgrade  your system by running...

Uninstallation of Jenkins

To uninstall Jenkins and all of its config files run...