Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Hudson-ci/Using Hudson/Installing Hudson/Installing Hudson RPM

< Hudson-ci‎ | Using Hudson‎ | Installing Hudson
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Hudson Continuous Integration Server
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
Hudson-bust.png Installing Hudson on RedHat, Oracle Enterprise Linux & other RPM Distros










On RPM-based distributions, such as Oracle Linux, Red Hat Enterprise Linux, CentOS and Fedora, you can install Hudson through yum.

Recent versions are available in http://hudson-ci.org/downloads/redhat/ for manual download.

Note.png
Update link once Eclipse builds are in progress


Installation

  1. sudo wget -O /etc/yum.repos.d/hudson.repo http://hudson-ci.org/redhat/hudson.repo
  2. sudo yum check-update
  3. sudo yum install hudson

What does this package do?

  • Hudson will be launched as a daemon up on start. See /etc/init.d/hudson for more details.
  • The hudson user is created to run this service.
  • Log file will be placed in /var/log/hudson/hudson.log. Check this file if you are troubleshooting Hudson.

Where to go from here?

Back to the top