Jenkins Install openSUSE 42 LEAP
Hi! The Tutorial shows you Step-by-Step How to Install Jenkins on openSUSE 42 LEAP GNU/Linux Desktops.
And in a nutshell Jenkins CI for openSUSE is the Leading Open-source Continuous Integration Server.
Moreover, Jenkins is Built with Java, it provides more than 1400 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 openSUSE Linux.
-
Check if Java is Installed:
java -version
How to Install Recommended Oracle Java JDK on openSUSE
-
Open Console Terminal Shell emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
How to SetUp Jenkins Repository for openSUSE
-
Installing Jenkins CI for openSUSE:
sudo su -c "zypper in jenkins"
-
Getting-Started with Jenkins CI on Linux