My entire environment, java, js, and php are set up with our continuous integration server (Hudson). But how do I get out database into the mix?
I have a Hudson CI server which is building a making a maven build. A parent project with two sub projects. One of maven subprojects creates a rather large .war (10MB) file which is stored for every b
We run a corporate proxy with authentication and we\'re running Hudson as our CI platform.Hudson can get to the outside world to tell which plugins need updating, but when we tell Hudson to download t
I am currently running a Hudson instance on a VM slice.As I don\'t have a need to run more than a couple small applications from it, I\'m minimizing how much space I devote to it.The sizes I\'ve defin
I\'d like to publish certain files for each build regardless of success/failure. In my case I want to publish a report generated from a JUnit RunListener implementation we\'ve implemented, however I w
I am new in Hudson. In my project it is required to display the reason of build failure on the hudson project page. Cu开发者_如何学Crrenly while build failure we have to look at the console output to
I\'ve just installed Hudson and it is running beautifully. It builds, runs JUnit-tests and also CheckStyle analysis.
I have a linux build m开发者_JAVA技巧achine with JBoss, UCM ClearCase and ant installed.I would like to find out how to configure a continuous integration using Hudson and Hudson clearcase plugin.Can
I used to have one job, which I split into two. For some reason, the new split-off job treats the first as an Upstream Project. I\'d like to remove this relation, but can\'t find the configuration for
I am new in Hudson. I would like to execute a \'sourcecodeanalyzer\' command in Hudson as Post-build Actions to generate an html report. Please let me know is this at all possible, if yes let me know