Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What are the standard plugins you all will install for hudson as a build server?

I know e.g. Findbugs.

If the hudson server don't have internet access how do i download the package from internet and steup in the intranet hudson server?

Thanks

share|improve this question

1 Answer

To install a plugin without Internet access, you can download the *.hpi file on another system, put it in the plugins directory of your hudson install, and restart hudson.

http://wiki.hudson-ci.org/display/HUDSON/Plugins#Plugins-Byhand

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.