hudson-plugins

Subversion Release Manager Plug-in

Has anyone ever tried this plug-in? http://wiki.hudson-ci.org/display/HUDSON/Subversion+Release+Manager I don't see the releases link shown in the page after installing the plug-in. Thanks. ...

Hudson cyclic dependencies

Is there a method of checking for cyclic dependencies between jobs in Hudson? It is simple to observe if A->B->A but if A->B->C->D->A then its almost impossible manually. Is there a plugin to do this? I think it is key functionality because such a loop between build triggers can slowly kill a server. ...

Possible to register Selenium RC's with the Hudson Selenium Grid Hub w/o the RC's being slaves in the Hudson cluster?

I am trying to get Hudson to run my ruby based selenium tests. I have installed the Selenium Grid plugin, but I don't want to have the RC's running as slaves in a Hudson cluster. The reason for this is I don't want to waste the next six years of my life trying to configure each of my projects in various Windows environments. Hudson cur...

Plugin to commit hudson build artifact

Hi All, Are there any plugins available which will commit the build artifact back to SVN? Thanks, Rahul ...

Version Control for Hudson Continuous Integration Build Jobs

We have a continuous integration server with over 40 jobs that are constantly changing. I would like to version control continuous integration build jobs in Hudson so we can roll back changes if we have problems. Is there a Hudson plugin that will do this or other solution that already exists or should I keep the config.xml files in SV...

Automatic Hudson CI setup and plugin updates through apt?

Hi! We've used Hudson for quite a while to implement a CI server with all the bells and whistles. The setup is quite straight forward, when installing from the provided RPMs and Debs, but through googling I haven't been able to figure out whether the plugins are installable using apt/rpm or some other package manager? The reason is th...

How to deploy on a remote machine using hudson's WAS Builder Plugin?

I have a hudson build server (Windows) that does not have Websphere installed. I created a Hudson node that I connect to via SSH. I also installed the WAS Builder Plugin to run jython scripts on the AIX machine. The job that uses the WAS Builder Plugin is tied to the AIX box. I run into errors. Does anybody know, whether that setup migh...

How to enable/configure the Hudson plugins loging for debugging purpose

I'm looking to enable/configure the Hudson plugins logging to show when/what the plugin actions are executed. I'm currently interested in FTP Uploader Plugin but a general config will be more than useful: ...

What are the most common and widely used plugins for Hudson, specially for Continuous Integration of ASP.NET Web Apps?

I searched around stackoverflow and could not find any relevant questions. ...

hudson+git FATAL: Could not apply tag

I'm trying to set up hudson with git according to this article, but I still get git errors during build: FATAL: Could not apply tag-PROJECTNAME-ID ... Caused by: hudson.plugins.git.GitException: Command returned status code 128: *** Please tell me who you are. running: git config --global user.name shows valid data, .gitconfig is ac...

Hudson plugin, Java error "... disagree on InnerClasses attribute"

I am trying to be able to step through the code of a Hudson plugin called SVNPublisher. I checked out the code for SVNPublisher, used Netbeans to open the project, and clicked "Debug Main project". This results in a Firefox window opening address http://localhost:8080 which shows the Hudson main page. Clicking the "New Job" link results ...

Creating Hudson plugin using different parent project

I'd like to know if it's possible (or if such a setup is actually used) to use a different parent project than org.jvnet.hudson.plugins:plugin? The thing that I'm trying to accomplish here is that I already have parent project for all the parts of a tool we're developing and putting Hudson plugin as one of the modules seems like a reaso...

setting up hudson + serenity

I've been tasked with implementing hudson and serenity for a project with maven. Now the instructions on http://wiki.hudson-ci.org//display/HUDSON/Serenity+Plugin are quite clear. (although just to be sure, the pom they refer to is the project pom, and not the hudson\META-INF\maven\org.jvnet.hudson.main\hudson-war\pom.xml right?) Howeve...

Mercurial and Hudson on web hosting. Can I install Mercurial

Hi, I have a hosting package where I have a private Tomcat and I run Hudson. I wanted to start using Mercurial and BitBucket (which is fantastic btw), my problem is that Hudson or the Mercurial plugin doesn't bundle Mercurial in the same way it does Subversion and you have to point your plugin to your Mercurial install. My hosting does...

Last Successful Artifacts List

I would like to create an archive of the *.jar files in hudson. Currently it does not list the *.jar files created by the build. Is there an addon for this, or is there setup required, if so where? Here is what I would like it to look like. Here is what i currently have. edit: also do i need to play with include sets in order to get ...

Hudson FileSet includes

Can anyone explain how the FileSet includes work in hudson? Maybe with a simple example. What if i want the archiver to list all the *.jar in my workspace for the various builds. Any ideas? ...

Hudson git plugin won't clone repo on Linux

Alright, so I'm having some issues with my repo on github being cloned on my Hudson server which is running Fedora 8. The output is the usual error output when an error is encountered with git: Started by user anonymous Checkout:workspace / /home/tomcat/.hudson/jobs/CIExample/workspace - hudson.remoting.LocalChannel@3861e6 Using strateg...

Creating custom history view in Hudson.

I'm trying to create a custom history view in Hudson so that if someone clicks on history for a given test it will be filtered by some attribute, however I'm unable to find the appropriate extension point to use. Any help would be greatly appreciated. ...

Hudson, setting a customized view as default

I made a very nice customized view for my various hudson jobs. I was wondering if it is possible to set a default hudson view so I when go to hudson it gives me my very nice customized view with build history, and pie and bar graphs. Just makes it easier since I open and work with it everyday. It could cut crucial seconds off my develo...

Why am I getting this java.io.exception "Can't allocate memory" from Hudson?

Here's what I believe to be the relevant error message: Caused by: java.io.IOException: Cannot run program "/usr/bin/git" (in directory "/var/lib/hudson/jobs/Goals/workspace"): java.io.IOException: error=12, Cannot allocate memory at java.lang.ProcessBuilder.start(ProcessBuilder.java:474) at hudson.Proc$LocalProc.<init>(Proc.jav...