Trigger a build in Hudson from Visual SVN -


Is there a way to trigger Hudson to perform one when someone uses VisualSVN for the server? What is one way to set visual SVN to send a build trigger for Hudson?

Hudson monitors a subversion store, so I'm not sure why you want to trigger Hudson But, in any case, create an SWN trigger script which uses WGet to make the Hudson server an HTTP request to start a build.

Reasons to create a Hudson using WGet: / bin / wget -o / dev / null "


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -