For some months we\'ve run Hudson on a Windows XP \"server\" under a user account. This means someone manually logs in and starts Hudson via a .bat file (that sets up a few environment variables, then
I recently configured Hudson to build a Grails project using Git as the repository. However, I am getting this error when running the build:
I\'m working with hudson v 1.323 installed as a Windows service on Windows XP.I\'m building with a shell script that looks like this:
I\'d like to manage Hudson\'s configuration files with subversion for backup. The Hudson Wiki lists the directory structure of $HUDSON_HOME like so:
I\'m trying to start Hudson on Ubuntu automatically on boot with an init.d script. The script works fine when invoked manually (ie with ./hudson start), and has update-rc.d-generated sym-links in rc2-
I have the following sample / test configuration that has Hudson create a directory of e开发者_开发百科mpty folders.Its then instructed to archive everything within that folder, except it will not mat
I\'m using开发者_JAVA技巧 the \"Hudson batch task plugin\" to kick off some ant tasks after a build has run to deploy the build to a remote box.
I just saw a demo of electric cloud and it was very interesting, but it is expensive. Pro: Excellent features
I use maven/hudson to build my project. One of the goals run by hudson is mvn package so I have a full distribution produced on every build. Is there a way (maybe an argument to package?) that I can a
I am trying to use JSTestDriver to automate my Javascript tests with Hudson as the Continuous Integration backend.I\'m aiming to get Hudson to at least produce a report on the test results, with faili