Common Build Infrastructure/Getting Started/Build In Hudson
From Eclipsepedia
To run a job on build.eclipse.org with Hudson, you need to perform the following steps:
Contents |
Request a job
Open a bug in Community > Hudson requesting your new job be created. Here are some examples.
You must provide the following details:
- committerid(s) for people who should have access
- job name (see https://build.eclipse.org/hudson/view/Athena%20CBI/ for naming convention)
- generally, name is build_system-project_name-version-qualifier, where qualifier could be "nightly", "release", or the Eclipse version used
Configure a job
Once your job is created (probably from a template), go to https://build.eclipse.org/hudson/view/Athena%20CBI/, log in using your committerid (link in top right corner), then select your job. Click 'Configure' from the menu on the left to edit your job.
You will want to configure the following items:
- cleanup rules for old successful/failed builds
- CVS/SVN source
- timing (how often should the build run? how often should it check CVS or SVN for changes?)
- script to run, for example:
- post-build steps
- email notification on/off
- build parameters (to easily switch BUILDTYPE from a Nightly to an Integration, or to pass in EXTRAFLAGS, for example:
- JUnit results
- other optional plugins, like Emotional Hudson or CI Game
Run a job
To run a job, wait until the next scheduled time according to your configuration, or click 'Build Now' from the menu on the left of your job's page.
See Also
- Configuring your job from a template using an Ant script or Bash script

