Jenkins is a standard rpm package for RedHat-based distros. Just use yum or dnf to install it normally. It will install an old-style daemon, so run “/etc/init.d/Jenkins start” for the initial startup. Give it 30 seconds (it’s a really slow startup cuz its java under tomcat), and browse to port 8080. Remember to make allowances for /home/Jenkins getting really big. That’s it, you can now prototype. Unless you have a java-based product, you probably want a freestyle project, and call a bash or korn script to do the actual build. Good Luck!
From: [email protected] [mailto:[email protected]] On Behalf Of Mohamed Sathack Sent: February-17-15 04:38 To: [email protected] Subject: Re: Jenkins CI setup on RedHat machine Thanks Richard! On Tuesday, 17 February 2015 13:03:49 UTC+5:30, Richard Bywater wrote: https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions ? Richard. On Tue, Feb 17, 2015 at 8:28 PM, Mohamed Sathack <[email protected]<javascript:>> wrote: Hi Everyone, Good Morning! I am exploring various options for CI in our project and came across through Hudson and Jenkins. Initial challenge in front of me is to set up everything in a Unix based mode. We have both Unix/Linux based servers. I need to know Where to start my activity. I have gone through the below link. Jenkins installation and Tomcat configuration has been explained in that link. But I am not sure How to install Jenkins in Unix/Linux machine and which installables I have to use it for installation? For my initial analysis, I will be using Linux machine (RedHat Enterprise Server) https://wiki.jenkins-ci.org/display/JENKINS/JenkinsLinuxStartupScript<https://webmail.aolbb.co.uk/owa/redir.aspx?C=6678268973f4475e8f858156e965df1d&URL=https%3a%2f%2fwiki.jenkins-ci.org%2fdisplay%2fJENKINS%2fJenkinsLinuxStartupScript> Your suggestions are much appreciated!!! Regards, Sathack -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<javascript:>. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/f3afa3d6-6683-44b4-9bc0-c530150e38cb%40googlegroups.com<https://groups.google.com/d/msgid/jenkinsci-users/f3afa3d6-6683-44b4-9bc0-c530150e38cb%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3d599141-0248-49f7-8fdd-f67ca196d914%40googlegroups.com<https://groups.google.com/d/msgid/jenkinsci-users/3d599141-0248-49f7-8fdd-f67ca196d914%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/26d4ebb4c45e449fa2a55ed52360b8c2%40mbx01colo01p.esentire.local. For more options, visit https://groups.google.com/d/optout.
