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/Using Hudson"

(Tool Integration)
(Tool Integration)
Line 42: Line 42:
 
* [Firefox Add-on Build Monitor|Firefox Add-on Build Monitor] displays Hudson builds on Firefox status bar panel.
 
* [Firefox Add-on Build Monitor|Firefox Add-on Build Monitor] displays Hudson builds on Firefox status bar panel.
 
* [https://chrome.google.com/extensions/detail/hfncndbfmjmafoodaigpoicpbdfhhgdo Google Chrome extension] to monitor status from Google Chrome.
 
* [https://chrome.google.com/extensions/detail/hfncndbfmjmafoodaigpoicpbdfhhgdo Google Chrome extension] to monitor status from Google Chrome.
* [Hudson Monitor Chrome Extension|https://chrome.google.com/extensions/detail/lnalnbkkohdcnaapeeceifjabgmdfgah] shows Hudson build statuses in the Google Chrome / Chromium browser
+
* [https://chrome.google.com/extensions/detail/lnalnbkkohdcnaapeeceifjabgmdfgah Hudson Monitor Chrome Extension] shows Hudson build statuses in the Google Chrome / Chromium browser
 
* [Ant Job Clone script] Demonstrates how one might use an ant target to automatically create CI Builds on a remote hudson server based on a local subversion working copy.
 
* [Ant Job Clone script] Demonstrates how one might use an ant target to automatically create CI Builds on a remote hudson server based on a local subversion working copy.
 
* [Bash Job Clone script] Similar to the [Ant Job Clone script], but based in bash shell using curl to talk to the server.
 
* [Bash Job Clone script] Similar to the [Ant Job Clone script], but based in bash shell using curl to talk to the server.
* [HudsonMobi for iPhone, iPod and iPad|http://hudson-mobi.com] Centrally connect and securely manage multiple Hudson CI instances over the Internet from your iPhone, iPod or iPad
+
* [http://hudson-mobi.com HudsonMobi for iPhone, iPod and iPad] Centrally connect and securely manage multiple Hudson CI instances over the Internet from your iPhone, iPod or iPad
* [Hudson2Go for Android|http://sites.google.com/site/hudson2go/] Monitor Hudson from your Android phone.
+
* [http://sites.google.com/site/hudson2go/ Hudson2Go for Android] Monitor Hudson from your Android phone.
* [Hudson Helper iPhone and iPod Touch App|http://greensopinion.blogspot.com/2009/05/hudson-helper-hudson-on-your-iphone.html] Monitor Hudson from your iPhone or iPod Touch
+
* [http://greensopinion.blogspot.com/2009/05/hudson-helper-hudson-on-your-iphone.html Hudson Helper iPhone and iPod Touch App] Monitor Hudson from your iPhone or iPod Touch
* [Hudson Helper Android App|http://greensopinion.blogspot.com/2009/06/hudson-helper-for-android.html] Monitor Hudson from your Android phone
+
* [http://greensopinion.blogspot.com/2009/06/hudson-helper-for-android.html Hudson Helper Android App] Monitor Hudson from your Android phone
* [Hudson tray tracker|http://code.google.com/p/hudson-tray-tracker/] monitor Hudson from your Windows task tray icon.
+
* [http://code.google.com/p/hudson-tray-tracker/ Hudson tray tracker] monitor Hudson from your Windows task tray icon.
* [Hudson on Cocoa|http://code.google.com/p/hudson-on-cocoa/] monitor Hudson from your Mac OS X status bar
+
* [http://code.google.com/p/hudson-on-cocoa/ Hudson on Cocoa] monitor Hudson from your Mac OS X status bar
 
* [Gnome Panel Status Widget|Gnome Panel Status Widget] monitor Build status in your gnome panel
 
* [Gnome Panel Status Widget|Gnome Panel Status Widget] monitor Build status in your gnome panel
* [Conky Hudson Status|http://wiki.github.com/Ronnie76er/conkyhudson/] show your Hudson status on Conky
+
* [http://wiki.github.com/Ronnie76er/conkyhudson/ Conky Hudson Status] show your Hudson status on Conky
 
* [Monitoring Hudson] jobs from tools that support Cruise Control.
 
* [Monitoring Hudson] jobs from tools that support Cruise Control.
  

Revision as of 17:50, 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

  • [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