Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/Using Hudson"

(porting from hudson-ci "Using" page -- links not verified)
m
Line 1: Line 1:
 
This page is currently a stub. It will be expanded as the content from [http://wiki.hudson-ci.org/display/HUDSON/Use+Hudson | Using Hudson on the hudson-ci site] is migrated locally.
 
This page is currently a stub. It will be expanded as the content from [http://wiki.hudson-ci.org/display/HUDSON/Use+Hudson | Using Hudson on the hudson-ci site] is migrated locally.
  
h1. Upgrade
+
== Upgrade ==
  
 
To upgrade from earlier versions of Hudson, simply redeploy the WAR file. Read [this document|Containers] for more about container-specific instructions on how to do this. See [this document|Automated Upgrade] for automation.
 
To upgrade from earlier versions of Hudson, simply redeploy the WAR file. Read [this document|Containers] for more about container-specific instructions on how to do this. See [this document|Automated Upgrade] for automation.
  
h1. Using Hudson
+
== Using Hudson ==
  
 
* [Installing Hudson|Installing Hudson]
 
* [Installing Hudson|Installing Hudson]
Line 34: Line 34:
 
* [Hudson con Ant, JUnit, Emma y Sonar. (Spanish)|http://carloszuluaga.wikidot.com/hudson|Tutorial completo en español para usar Hudson con varios de sus plugins.]
 
* [Hudson con Ant, JUnit, Emma y Sonar. (Spanish)|http://carloszuluaga.wikidot.com/hudson|Tutorial completo en español para usar Hudson con varios de sus plugins.]
  
h1. Screencasts
+
== Screencasts ==
  
 
* [Testing centered mediacast showing Hudson installation and basic features|HudsonDemo]
 
* [Testing centered mediacast showing Hudson installation and basic features|HudsonDemo]
  
h1. Tool Integration
+
== Tool Integration ==
  
 
* [NetBeans plugin|http://wiki.netbeans.org/HudsonInNetBeans]
 
* [NetBeans plugin|http://wiki.netbeans.org/HudsonInNetBeans]
Line 59: Line 59:
 
* [Monitoring Hudson] jobs from tools that support Cruise Control.
 
* [Monitoring Hudson] jobs from tools that support Cruise Control.
  
h1. Programming Language specific topics
+
== Programming Language specific topics ==
  
 
* [Hudson and PHP]
 
* [Hudson and PHP]
  
h1. Extreme Feedback
+
== Extreme Feedback ==
  
 
* [Hudson Build Status Lava Lamps]
 
* [Hudson Build Status Lava Lamps]
Line 75: Line 75:
  
  
h1. Issues
+
== Issues ==
  
 
* [My software builds on my computer but not on Hudson]
 
* [My software builds on my computer but not on Hudson]
Line 98: Line 98:
 
* [Hudson reading old build results when starting up]
 
* [Hudson reading old build results when starting up]
  
h1. Mailing Lists
+
== Mailing Lists ==
  
 
* [Mailing lists|http://java.net/projects/hudson/lists]
 
* [Mailing lists|http://java.net/projects/hudson/lists]
 
* [Mailing list tips|Mailing list tips]
 
* [Mailing list tips|Mailing list tips]
  
h1. License
+
== License ==
  
 
Most of the art work is derived from [Tango Project|http://tango.freedesktop.org/], and thus this portion of Hudson is covered by their license ([Creative Commons Attribution Share-Alike license|http://creativecommons.org/licenses/by-sa/2.5/]). The rest (that is, all the code, documents, build scripts, etc.) is covered by [the MIT license|http://www.opensource.org/licenses/mit-license.php], unless otherwise stated in individual files
 
Most of the art work is derived from [Tango Project|http://tango.freedesktop.org/], and thus this portion of Hudson is covered by their license ([Creative Commons Attribution Share-Alike license|http://creativecommons.org/licenses/by-sa/2.5/]). The rest (that is, all the code, documents, build scripts, etc.) is covered by [the MIT license|http://www.opensource.org/licenses/mit-license.php], unless otherwise stated in individual files
 
h1.
 

Revision as of 17:04, 14 November 2012

This page is currently a stub. It will be expanded as the content from | Using Hudson on the hudson-ci site is migrated locally.

Upgrade

To upgrade from earlier versions of Hudson, simply redeploy the WAR file. Read [this document|Containers] for more about container-specific instructions on how to do this. See [this document|Automated Upgrade] for automation.

Using Hudson

Screencasts

  • [Testing centered mediacast showing Hudson installation and basic features|HudsonDemo]

Tool Integration

Programming Language specific topics

  • [Hudson and PHP]

Extreme Feedback


Issues

  • [My software builds on my computer but not on Hudson]
  • [Spawning processes from build]
  • [Stopping build does not stop spawned processes - ProcessTreeKiller|ProcessTreeKiller]
  • [A thread hangs in forkAndExec on Solaris|Solaris Issue 6276483]
  • [Slave JVM freezes on Windows when started from SSH]
  • [Maven2 project and JDK5]
  • [I'm getting OutOfMemoryError]
  • [I'm getting too many open files error]
  • [I'm aborting a build but it's not happening. What's going on?|Aborting a build]
  • [IOException: Not enough space|IOException Not enough space]
  • [Running Hudson behind Apache]
  • [Running Hudson behind Squid]
  • [Trouble-shooting build hangs|Build is hanging]
  • [Hudson windows service fails to start]
  • [Windows slaves fail to start via DCOM]
  • [Windows slaves fail to start via ssh]
  • [Windows slaves fail to start via JNLP]
  • [JNA is already loaded]
  • [Show the names of jobs which do not load properly]
  • [Hudson reading old build results when starting up]

Mailing Lists

License

Most of the art work is derived from [Tango Project|http://tango.freedesktop.org/], and thus this portion of Hudson is covered by their license ([Creative Commons Attribution Share-Alike license|http://creativecommons.org/licenses/by-sa/2.5/]). The rest (that is, all the code, documents, build scripts, etc.) is covered by [the MIT license|http://www.opensource.org/licenses/mit-license.php], unless otherwise stated in individual files

Back to the top