Jenkins Quick Start for Ubuntu 15.04 Vivid 32/64-bit
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started Jenkins Continue Integration Server on Ubuntu 15.04 Vivid Vervet i386/amd64 GNU+Linux Desktop/Server.
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 Ubuntu 15.04 Vivid Bottom you find Link to Guide for Getting-Started with Jenkins on Ubuntu Linux.
-
Check if Java is Installed:
java -version
How to Install Recommended Oracle Java JDK on Ubuntu
-
Open a Command Line Terminal Window
(Press “Enter” to Execute Commands).Ctrl+Alt+t
In case first see: Terminal QuickStart Guide.
Or Login into Shell…
-
How to SetUp Jenkins Apt Repo for Ubuntu
-
Installing Jenkins CI for Ubuntu:
sudo su -c "apt-get update; apt-get install jenkins"
-
Getting-Started with Jenkins CI on Linux