hudson-plugins

Upload multiple log files per Hudson build step

We're considering moving to Hudson, and currently have build steps that write 2 files (say, a log file and an audit file), and I would like both of them to be viewable for each step (kind of like the Console Output thing, simply for other files). I couldn't find a plugin that seemed to do this from the short descriptions. What's the way...

hudson and vmware player or virtual box, windows slave

I am currently running ubuntu 10.4, I would like to be able to run windows XP from within that machine, using vmware player/workstation. I am not sure which is better for my situation. I need to verify my builds under a windows environment, which is why i need the vmware software, Does anyone have experience, running Hudson slaves on wi...

Hudson: Keeping track of number of changed files in each build

Does anyone know of a built-in way to have Hudson keep track of how many files are changed, added or deleted in the source code repository in each build ? I'd like to plot the results in the same way that the JUnit test results graphs show the numbers of passing and failing tests for each build. The Measurement Plots plugin and the Plo...

Hudson -- Dumb slave

I have been playing with Hudson slaves lately, I was wondering what a dumb slave is? and when is it beneficial to use? An example would be nice. They suggest there are other types of slaves but they then again list none. Thanks ...

Hudson -- Step by step guide to set up master and slave machines

As you can see, the link to that on the hudson website is dead. So, I was hoping for a little step by step for setting up a windows slave with a linux master. I managed to setup hudson on the windows machine, but how do i link the slave to report back to the master and initiate build from the master to run on the windows slave. Basica...

Hudson -- Windows execute windows batch command

I currently running the following commands on a hudson slave deployed on a windows machine. dir cmd mvn clean install I get the following return on the build. mvn' is not recognized as an internal or external command, operable program or batch file. I have set the correct path on the node which points to the hudson installation on ...

hudson -- weekend builds vs. continuous builds (short time)

I have Hudson to run builds as soon as changes have been made to any of the repositories. There are some builds that I want to run once a week during the weekends, but with more special tests which take longer and I wouldn't want to run every time there is a change in one of the source repositories. Is there a way to pick and choose w...

hudson lastest builds being pushed to updatesite

I was wondering if there was a plugin or best practice for pushing the latest successful build of a hudson job. To a developer update site. This is particularly useful for the manual testers as well as getting to them the most up to date version of the product. Any comments and help is as always appreciated. xoxo, Gossip Girl. ps....

Label Clearcase View from Hudson

Is there any way to label a paticular Clearcase view through the Hudson tool itself? (i.e. with Perforce there is an option to "Label This Build"). ...

Hudson + Windows + GitHub + Git Plugin = really really slow fetch stage

I'm setting up my first Hudson + Git project (previously done many with Hudson + SVN). I expected the clone stage to be slow, as our repository is quite large, but subsequent builds where a fetch + merge is being used are just as long. The following options are enabled: Merge before build Clean after checkout I am not doing a "Wipe o...

How can I speed up Sonar's package design analysis?

I maintain the build process for a large (> 500,000 LOC) Java project. I've just added a Sonar analysis step to the end of the nightly builds. But it takes over three hours to execute ... This isn't a severe problem (it happens overnight), but I'd like to know if I can speed it up (so that I could run it manually during work hours if d...

Get Javascript test output into hudson

Hi, I'm writing an automation program for a Web Application. I am accessing the Web Application through a javascript API and have wrapper functions with custom assertions that currently just write output to a table in an HTML page. Now I need to get the data output into my hudson (https://hudson.dev.java.net/) automation, where I have a...

Hudson -- pulling source from multiple version control systems

I want to create a new hudson job that pulls sources from two version control system cvs and svn. Is this possible. I dont want to move from cvs stuff to svn, because we will soon be moving to git. suggestions? ...

hudson + git + maven

I will be moving to git for my version control soon. My continuous build system is Hudson and I use maven to build my artifacts. Anyone have a best practice for setting up git to work best with these other tools. recommendations on how packages and plugins should be managed in git to most easily pull down into Hudson would also be ap...

.cvspass file generation to configure hudson tool

Hi , Please help me in generating the .cvspass file to configure hudson tool . ...

Hudson Jelly file is failing to render internal tag

This Code is from a Hudson plugin. The problem is that the line <aspen:featureTable support="${it.getLastBuild().getFeatureSupport()}" /> should render to a table inside the following script. does anyone know why it would be skipped over by the rendering engine? <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:d...

Self-signed certificates, Java, Hudson and JIRA

I'm trying to set up the Hudson JIRA plugin. Our JIRA server is secured with an self-signed SSL certificate. I've inserted the certificate my web browser has stored using the keytool command, and gotten Hudson to find it. But now it complains: java.security.cert.CertificateException: No subject alternative names present The common ...

Using a variable obtained using a pre-build shell command to set an option for the Maven build in Hudson

Hi, I have a Hudson job that runs a maven goal. Before this maven goal is executed I have added a step to run before the build starts, it is a shell script that obtains the version number that I want to use in the 'Goals and options' field. So in my job configuration, under Build Environment I have checked the Configure M2 Extra Build ...

Unable to use Performance Plugin with Hudson

Hello All, I have been trying to integrate JMeter test with Maven and Hudson. I came across this beautiful post on Maven JMeter and got it set up easily. And then I got to know that Hudson has a performance plugin using with JMeter results could be directly displayed on Hudson dashboard. Now problem I face is in using Performance plugi...

Creating SSH keys for Gerrit and Hudson

I'm trying to use the Hudson Gerrit Trigger plug-in. For whatever reason, Gerrit is not accepting the SSH key located at /var/lib/hudson/.ssh/id_rsa. In the GUI I get Connection error : com.jcraft.jsch.JSchException: Auth fail as an error, and when I'm working in the terminal I get a Permission denied (publickey) error. How can I gene...