Jenkins Install Fedora 27
Hi! The Tutorial shows you Step-by-Step How to Install Jenkins on Fedora 27 GNU/Linux.
And in a nutshell Jenkins CI for Fedora 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 Fedora Linux.
-
Open a Shell Terminal emulator window
(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 Fedora
-
How to SetUp Jenkins YUM Repo for Red-Hat Like Systems
-
Installing Jenkins CI for Fedora:
sudo su -c "dnf install jenkins"
-
Getting-Started with Jenkins CI on Linux