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"

(Extreme Feedback)
Line 61: Line 61:
 
== Extreme Feedback ==
 
== Extreme Feedback ==
  
* [Hudson Build Status Lava Lamps]
+
* [[Hudson Build Status Lava Lamps Hudson Build Status Lava Lamps]]
 
* [http://weblogs.java.net/blog/kohsuke/archive/2006/11/diyorb_my_own_e.html DIYOrb]
 
* [http://weblogs.java.net/blog/kohsuke/archive/2006/11/diyorb_my_own_e.html DIYOrb]
 
* [http://weblogs.java.net/blog/nidaley/archive/2007/08/my_extreme_feed_1.html Hudson Ambient Orb]
 
* [http://weblogs.java.net/blog/nidaley/archive/2007/08/my_extreme_feed_1.html Hudson Ambient Orb]
Line 72: Line 72:
 
== Issues ==
 
== Issues ==
  
* [My software builds on my computer but not on Hudson]
+
* [[My software builds on my computer but not on Hudson]]
* [Spawning processes from build]
+
* [[Spawning processes from build]]
* [Stopping build does not stop spawned processes - ProcessTreeKiller|ProcessTreeKiller]
+
* [[Stopping build does not stop spawned processes - ProcessTreeKiller|ProcessTreeKiller]]
* [A thread hangs in forkAndExec on Solaris|Solaris Issue 6276483]
+
* [[A thread hangs in forkAndExec on Solaris|Solaris Issue 6276483]]
* [Slave JVM freezes on Windows when started from SSH]
+
* [[Slave JVM freezes on Windows when started from SSH]]
* [Maven2 project and JDK5]
+
* [[Maven2 project and JDK5]]
* [I'm getting OutOfMemoryError]
+
* [[I'm getting OutOfMemoryError]]
* [I'm getting too many open files error]
+
* [[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]
+
* [[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]
+
* [[IOException: Not enough space|IOException Not enough space]]
* [Running Hudson behind Apache]
+
* [[Running Hudson behind Apache]]
* [Running Hudson behind Squid]
+
* [[Running Hudson behind Squid]]
* [Trouble-shooting build hangs|Build is hanging]
+
* [[Trouble-shooting build hangs|Build is hanging]]
* [Hudson windows service fails to start]
+
* [[Hudson windows service fails to start]]
* [Windows slaves fail to start via DCOM]
+
* [[Windows slaves fail to start via DCOM]]
* [Windows slaves fail to start via ssh]
+
* [[Windows slaves fail to start via ssh]]
* [Windows slaves fail to start via JNLP]
+
* [[Windows slaves fail to start via JNLP]]
* [JNA is already loaded]
+
* [[JNA is already loaded]]
* [Show the names of jobs which do not load properly]
+
* [[Show the names of jobs which do not load properly]]
* [Hudson reading old build results when starting up]
+
* [[Hudson reading old build results when starting up]]
  
 
== Mailing Lists ==
 
== Mailing Lists ==
  
* [Mailing lists|http://java.net/projects/hudson/lists]
+
* [http://java.net/projects/hudson/lists Mailing lists]
* [Mailing list tips|Mailing list tips]
+
* [[Mailing list tips|Mailing list tips]]
  
 
== 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

Revision as of 18:13, 6 December 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.

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

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