Jenkins Install Ubuntu 17.10 Artful GNU/Linux
Hi! The Tutorial shows you Step-by-Step How to Install Jenkins on Ubuntu 17.10 Artful GNU+Linux Desktop/Server.
And in a nutshell Jenkins CI for Ubuntu Artful is the Leading Open-source Continuous Integration Server.
Moreover, Jenkins is Built with Java, it provides 922 plugins to support building and testing virtually any project.
Finally, included inside this article you find detailed instructions on How to Getting-Started with Jenkins CI on Ubuntu Linux.
-
Open a Shell session
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 Ubuntu
-
How to SetUp Jenkins Apt Repo for Ubuntu
-
Installing Jenkins CI for Ubuntu:
sudo su -c "apt update; apt install jenkins"
-
Getting-Started with Jenkins CI on Linux