Jenkins Quick Start for Kubuntu 14.04 Trusty 32/64-bit
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started Jenkins Continue Integration Server on Kubuntu 14.04 Trusty Tahr LTS i386/amd64 Desktop.
In a nutshell Jenkins CI is the Leading Open-source Continuous Integration Server.
Built with Java, it provides 922 plugins to support building and testing virtually any project.
To the Jenkins Quick Start Installation Tutorial for Kubuntu 14.04 Trusty LTS Bottom you find Link to Guide for Getting-Started with Jenkins on Kubuntu Linux.
-
Open a Command Line Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Check if Java is Installed:
java -version
How to Install Recommended Oracle Java JDK on Kubuntu
-
How to SetUp Jenkins Apt Repo for Kubuntu Linux
-
Installing Jenkins CI for Kubuntu:
sudo su -c "apt-get update; apt-get install jenkins"
-
Getting-Started with Jenkins CI on Linux