Jenkins Quick Start for Linux Mint 16 Petra 32/64-bit
How to Install and Getting Started Jenkins Continue Integration Server on Linux Mint 16 Petra Mate/Cinnamon/KDE/Xfce 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 Linux Mint 16 Petra Bottom you find Link to Guide for Getting Started with Jenkins on Mint Linux.

-
Open a Command Line Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
Or Login into Shell…
-
Check if Java is Installed:
java -version
How to Install Recommended Oracle JDK on Linux Mint
-
How to SetUp Jenkins Apt Repo for Linux Mint
-
Installing Jenkins CI for Linux Mint:
sudo su -c "apt-get update; apt-get install jenkins"
-
Getting Started with Jenkins CI on Linux