--
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 jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/f3afa3d6-6683-44b4-9bc0-c530150e38cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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!
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3d599141-0248-49f7-8fdd-f67ca196d914%40googlegroups.com.