Difference between revisions of "User:Minooz/RepoSyncProj/Hudson"
< User:Minooz | RepoSyncProj
(→Hudosn Help) |
(→Hudosn Help) |
||
Line 21: | Line 21: | ||
::[http://wiki.hudson-ci.org/display/HUDSON/Building+a+software+project Building Project] | ::[http://wiki.hudson-ci.org/display/HUDSON/Building+a+software+project Building Project] | ||
::How to use post build scripts with Hudson using regex in log text[http://wiki.hudson-ci.org/display/HUDSON/Post+build+task] | ::How to use post build scripts with Hudson using regex in log text[http://wiki.hudson-ci.org/display/HUDSON/Post+build+task] | ||
+ | |||
+ | |||
+ | :4- Authorizing Hudson | ||
+ | ::[http://wiki.hudson-ci.org/display/HUDSON/Securing+Hudson Security configurations] |
Revision as of 13:58, 28 October 2010
Hudosn Help
- 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
- 3- Start a Job
- Building Project
- How to use post build scripts with Hudson using regex in log text[2]
- 4- Authorizing Hudson