Jenkins Install CentOS 7 GNU/Linux
Hi! The Tutorial shows you Step-by-Step How to Install Jenkins on CentOS 7 GNU+Linux Desktop/Server.
And in a nutshell Jenkins CI for CentOS is the Leading Open-source Continuous Integration Server.
Moreover, Jenkins is Built with Java, it provides 22 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 CentOS 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 CentOS
-
How to SetUp Jenkins YUM Repo for Red-Hat Like Systems
-
Installing Jenkins CI for CentOS:
sudo su -c "yum install jenkins"
-
Getting-Started with Jenkins CI on Linux