Getting-Started with Jenkins for Xubuntu 16.04 Xenial
Hello Xubuntu User! The Tutorial shows you Step-by-Step How to Install and Getting-Started Jenkins Continue Integration Server on Xubuntu 16.04 Xenial Xerus LTS i386/amd64 Desktop.
In a nutshell Jenkins CI is the leading Open-Source Continuous Integration Server.
Jenkins is Built with Java, it provides 922 plugins to support building and testing virtually any project.
To the Jenkins Quick Start Installation Tutorial for Xubuntu 16.04 Xenial LTS Bottom you find Link to Guide for Getting-Started with Jenkins on Xubuntu Linux.
-
Open a Terminal Shell emulator window
Ctrl+Alt+t on desktop
(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 Xubuntu
-
How to SetUp Jenkins Apt Repo for Xubuntu Linux
-
Installing Jenkins CI for Xubuntu:
sudo su -c "apt-get update; apt-get install jenkins"
-
Getting-Started with Jenkins CI on Linux