Difference between revisions of "HudsonAndOtherPlugins"

From CitconWiki
Jump to navigationJump to search
Line 8: Line 8:
 
* [http://commons.apache.org/jelly/ Jelly] difficult to work with - have to know just where to put your file
 
* [http://commons.apache.org/jelly/ Jelly] difficult to work with - have to know just where to put your file
 
* Community (including Kohsuke) are not Maven experts, so:
 
* Community (including Kohsuke) are not Maven experts, so:
  * can be hard to debug and fix [http://www.joelonsoftware.com/articles/LeakyAbstractions.html leaky abstractions]  
+
** can be hard to debug and fix [http://www.joelonsoftware.com/articles/LeakyAbstractions.html leaky abstractions]  
  * creating your pom.xml is hit-and-miss
+
** creating your pom.xml is hit-and-miss
 
* Some plugins are version-locked to Hudson core version - break if you update Hudson
 
* Some plugins are version-locked to Hudson core version - break if you update Hudson
  
 
Hudson plugins we wish we had:
 
Hudson plugins we wish we had:
 +
* Dependency graph showing which jobs trigger which other jobs
 +
* [http://www.gridgain.com/ GridGain] integration (farms work out to multiple machines and JVMs as if in a single JVM)
 +
* Detect slave configuration and auto-tag and group (all Windows machines, all machines with over 1GB RAM)
 +
* Show timestamps in online console output, or even better, provide timings for each action (helps with performance-tuning your jobs)
  
* Dependency graph showing which jobs start which other jobs
+
Other tools:
* Grid Gain integration (farms work out to multiple machines and JVMs as if in a single JVM)
+
* [http://www.jetbrains.com/teamcity/ TeamCity] also has plugins
* Detect slave configuration and auto-tag and group (all Windows machines, all machines with >1GB RAM)
+
* [http://studios.thoughtworks.com/cruise-release-management/features-benefits Cruise], [http://www-01.ibm.com/software/awdtools/buildforge/ BuildForge] don't seem to
* Show timestamps in online console output, or even better, provide timings for each action (helps with performance-tuning your jobs)
+
 
 +
Free help on offer from [[Douglas_Squirrel]]

Revision as of 08:49, 24 September 2009

Great things about Hudson plugins:

Not so great things about Hudson plugins:

  • Can be hard to figure out where you should plug in for your particular task
  • Jelly difficult to work with - have to know just where to put your file
  • Community (including Kohsuke) are not Maven experts, so:
  • Some plugins are version-locked to Hudson core version - break if you update Hudson

Hudson plugins we wish we had:

  • Dependency graph showing which jobs trigger which other jobs
  • GridGain integration (farms work out to multiple machines and JVMs as if in a single JVM)
  • Detect slave configuration and auto-tag and group (all Windows machines, all machines with over 1GB RAM)
  • Show timestamps in online console output, or even better, provide timings for each action (helps with performance-tuning your jobs)

Other tools:

Free help on offer from Douglas_Squirrel