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

Difference between revisions of "Hudson-ci/development/releaseartifacts"

(New page: {{hudson|pageTitle=Hudson Release Artifacts}} == Base Distribution == The base distribution for Hudson is a WAR file which can be obtained from the [http://www.eclipse.org/hudson/downl...)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{hudson|pageTitle=Hudson Release Artifacts}}  
 
{{hudson|pageTitle=Hudson Release Artifacts}}  
 +
 +
== Why are some Distributions Not At Eclipse? ==
 +
As an Eclipse project, Hudson has to be extremely careful with respect to IP issues and what can and cannot be downloaded from the Eclipse WebSite. At the same time we recognize that sometimes developers appreciate the convenience of being handed everything that they need in a simple to use package.  To address this issue we provide some "bonus" install packages at hudson-ci.org that include the Hudson core WAR within a distribution package or bundle containing extras that cannot be hosted at Eclipse directly
  
 
== Base Distribution  ==
 
== Base Distribution  ==
  
The base distribution for Hudson is a WAR file which can be obtained from the [http://www.eclipse.org/hudson/download.php Hudson download page]. This version represents just the Hudson Core without any plugins included.
+
The base distribution for Hudson is a WAR file which can be obtained from the [http://www.eclipse.org/hudson/download.php Hudson download page]. This version represents just the Hudson Core without any plugins included. This distribution is fully Eclipse and under EPL.
  
When you first run this version in a clean setup you will be prompted to carry out extra setup and install a set of recommended plugins as well as any others that you might need.  
+
When you first run this version in a clean setup you will be prompted to carry out extra setup and install a set of recommended plugins as well as any others that you might need.
  
 
== Operating System Specific Distributions  ==
 
== Operating System Specific Distributions  ==
  
== Plug-in Bundle Distribution  ==
+
As well as providing the cross O/S WAR distribution, Hudson is also available as a series of O/S specific install packages:
 +
 
 +
*.'''deb '''- for Debian and Ubuntu
 +
*'''RedHat .rpm''' - for RedHat, Fedora, CentOS and Oracle Linux
 +
*'''OpenSUSE .rpm''' - for SUSE Linux
 +
 
 +
These distributions are all hosted on java.net and can be downloaded from [http://hudson-ci.org hudson-ci.org]. These distributions are a mix of MIT and EPL.
 +
 
 +
Windows users should download and use either of the two WAR distributions (Base or Plugin Bundle).
 +
 
 +
== Plugin Bundle WAR Distribution  ==
 +
 
 +
To provide a smoother out-of-the box experience for Hudson users, we also provide a plugin bundle WAR distribution. This distribution includes the most commonly used plugins pre-installed for you. This is a larger download (~93 megabytes as opposed to ~26 for the base WAR. Because the Plugin Bundle WAR contains non-Eclipse code (third party plugins) it is hosted on [http://hudson-ci.org hudson-ci.org], and contains a mix of EPL and MIT licensed artifacts.
 +
 
 +
{{note|Warning - Beta Distribution|For the moment we recommend that you only use this Plugin Bundle WAR distribution on a clean (empty) Hudson Home. This is because of the risk of incompatibilities between the plugins automatically installed with this distribution and any that you may already be using.  In a future version we will provide you with an opportunity to configure the plugin set as part of the install process. This enhancement is tracked in Bugzilla as Issue: 397663}}
  
To provide a smoother out of the box experience for Hudson users wanting a complete install bundle which includes the most commonly used plugins we also provide a plugin bundle WAR distribution. This is a larger download (~93 megabytes as opposed to ~26 for the base WAR<br>
+
=== Plugins Included in this Distribution  ===
  
=== Plugins Included in this Distribution ===
+
The Plugin Bundle WAR contains the following commonly used plugins:
  
The Plugin Bundle WAR contains the following commonly used plugins:
+
*'''Static Analysis Utilities '''- This plug-in provides utilities for the static code analysis plug-ins.
 +
*'''Checkstyle''' Plug-in - This plug-in collects the Checkstyle analysis results of the project modules and visualizes the found warnings.
 +
*'''CVS '''Plug-in
 +
*'''Deploy''' Plugin - This plugin allows you to deploy a war to a container after a successful build.
 +
*'''Disk-usage''' plugin - This plugin counts disk usage.
 +
*'''Email Extension''' Plugin - This plugin is a replacement for Hudson's built-in email publisher
 +
*'''FindBugs '''Plug-in - This plug-in collects the FindBugs analysis results of the project modules and visualizes the found warnings.
 +
*'''GIT''' plugin - This plugin integrates GIT with Hudson.
 +
*'''Groovy Support''' Plugin
 +
*'''JFreeChart''' Plugin
 +
*'''JNA Native Support''' Plugin
 +
*'''Maven 2 job type''' Plugin - legacy Maven support
 +
*'''Maven 3''' Plugin
 +
*'''PMD '''Plug-in - This plug-in collects the PMD analysis results of the project modules and visualizes the found warnings.
 +
*'''REST '''Plugin
 +
*'''SSH''' Slaves plugin
 +
*'''Subversion''' Plug-in
 +
*'''Translation''' Assistance plugin
 +
*'''XPath Provider '''Plugin - This plugin provides XPath support for Hudson

Revision as of 04:06, 12 January 2013

Hudson Continuous Integration Server
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source
Hudson-bust.png Hudson Release Artifacts











Why are some Distributions Not At Eclipse?

As an Eclipse project, Hudson has to be extremely careful with respect to IP issues and what can and cannot be downloaded from the Eclipse WebSite. At the same time we recognize that sometimes developers appreciate the convenience of being handed everything that they need in a simple to use package. To address this issue we provide some "bonus" install packages at hudson-ci.org that include the Hudson core WAR within a distribution package or bundle containing extras that cannot be hosted at Eclipse directly

Base Distribution

The base distribution for Hudson is a WAR file which can be obtained from the Hudson download page. This version represents just the Hudson Core without any plugins included. This distribution is fully Eclipse and under EPL.

When you first run this version in a clean setup you will be prompted to carry out extra setup and install a set of recommended plugins as well as any others that you might need.

Operating System Specific Distributions

As well as providing the cross O/S WAR distribution, Hudson is also available as a series of O/S specific install packages:

  • .deb - for Debian and Ubuntu
  • RedHat .rpm - for RedHat, Fedora, CentOS and Oracle Linux
  • OpenSUSE .rpm - for SUSE Linux

These distributions are all hosted on java.net and can be downloaded from hudson-ci.org. These distributions are a mix of MIT and EPL.

Windows users should download and use either of the two WAR distributions (Base or Plugin Bundle).

Plugin Bundle WAR Distribution

To provide a smoother out-of-the box experience for Hudson users, we also provide a plugin bundle WAR distribution. This distribution includes the most commonly used plugins pre-installed for you. This is a larger download (~93 megabytes as opposed to ~26 for the base WAR. Because the Plugin Bundle WAR contains non-Eclipse code (third party plugins) it is hosted on hudson-ci.org, and contains a mix of EPL and MIT licensed artifacts.

Note.png
Warning - Beta Distribution
For the moment we recommend that you only use this Plugin Bundle WAR distribution on a clean (empty) Hudson Home. This is because of the risk of incompatibilities between the plugins automatically installed with this distribution and any that you may already be using. In a future version we will provide you with an opportunity to configure the plugin set as part of the install process. This enhancement is tracked in Bugzilla as Issue: 397663


Plugins Included in this Distribution

The Plugin Bundle WAR contains the following commonly used plugins:

  • Static Analysis Utilities - This plug-in provides utilities for the static code analysis plug-ins.
  • Checkstyle Plug-in - This plug-in collects the Checkstyle analysis results of the project modules and visualizes the found warnings.
  • CVS Plug-in
  • Deploy Plugin - This plugin allows you to deploy a war to a container after a successful build.
  • Disk-usage plugin - This plugin counts disk usage.
  • Email Extension Plugin - This plugin is a replacement for Hudson's built-in email publisher
  • FindBugs Plug-in - This plug-in collects the FindBugs analysis results of the project modules and visualizes the found warnings.
  • GIT plugin - This plugin integrates GIT with Hudson.
  • Groovy Support Plugin
  • JFreeChart Plugin
  • JNA Native Support Plugin
  • Maven 2 job type Plugin - legacy Maven support
  • Maven 3 Plugin
  • PMD Plug-in - This plug-in collects the PMD analysis results of the project modules and visualizes the found warnings.
  • REST Plugin
  • SSH Slaves plugin
  • Subversion Plug-in
  • Translation Assistance plugin
  • XPath Provider Plugin - This plugin provides XPath support for Hudson

Copyright © Eclipse Foundation, Inc. All Rights Reserved.