how to install jenkins in kali linux

  • jenkins installation on linux

    Installing Jenkins The version of Jenkins included with the default Ubuntu packages is often behind the latest available version from the project itself. how to install Jenkins on Linux   Debian/Ubuntu curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo tee \   /usr/share/keyrings/jenkins-keyring.asc > /dev/null echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \   https://pkg.jenkins.io/debian-stable binary/ | sudo tee \   /etc/apt/sources.list.d/jenkins.list > /dev/null  …