Difference between revisions of "User:Minooz/RepoSyncProj/Hudson"

From CDOT Wiki
Jump to: navigation, search
(Hudosn Help)
(Hudosn Help)
Line 11: Line 11:
 
::[http://www.youtube.com/watch?v=6k0S4O2PnTc&feature=player_embedded Video Kosuke] With slides @http://marakana.com/forums/java/general/79.html
 
::[http://www.youtube.com/watch?v=6k0S4O2PnTc&feature=player_embedded Video Kosuke] With slides @http://marakana.com/forums/java/general/79.html
 
::[http://wiki.hudson-ci.org/display/HUDSON/Quick+and+Simple+Security Security]
 
::[http://wiki.hudson-ci.org/display/HUDSON/Quick+and+Simple+Security Security]
 +
:: To change the port from 8080 to e.g.8081 (https) -> <code>java -jar hudson.war -httpPort=8081 </code>
  
 
: 2- Plugins
 
: 2- Plugins

Revision as of 14:14, 28 October 2010

Hudosn Help

Hudson
Interview with kosuke
Meet+Hudson
Hudson demo
Steps to how to use Hudson
1- Installation
Installation on Windows
Hudson became self executable[1]
Video Kosuke With slides @http://marakana.com/forums/java/general/79.html
Security
To change the port from 8080 to e.g.8081 (https) -> java -jar hudson.war -httpPort=8081
2- Plugins
Mercurial Plugin
Eclipse Plugin
How to Install plugins
Good plugin installation
3- Start a Job
Building Project
How to use post build scripts with Hudson using regex in log text[2]