0
votes
2answers
28 views
Hudson infinite loop polling for changes in Git repository?
The git plugin for hudson works well. However, the build script must update a version number in the files in the repository, commit, and push back to the repository.
When Hudson p …
0
votes
1answer
31 views
Hudson Build-Time Trend Plugin?
Is there a plugin which would allow me to create a "trend" graph for a hudson build which shows the build time for that project?
I'm tasked with speeding up the build and I'd like …
1
vote
2answers
578 views
Configure Hudson to only execute Build or Post Build actions if changes in SVN are detected
Is there a way to configure Hudson to only execute Build or Post Build actions if there are changes in SVN/CVS
Thank you
0
votes
1answer
17 views
Where do I see the shell script output in Hudson.
Hi,
I have written a shell script to build my project using hudson.
I have put some comments that will be displayed on the console by using echo command. This will help me to deb …
1
vote
2answers
32 views
Getting all Maven artifacts from Hudson
I have a Maven project that is a child project. It has many sibling projects and the job of this project is to get resources from the siblings and package them in a zip file using …
0
votes
1answer
13 views
Why do certain JUnit tests not get executed in NetBeans and/or Hudson?
When I right click a project in NetBeans and choose Test, certain unit tests aren't running. If I right click the .java file that contains the unit tests and choose Test File, the …
2
votes
3answers
1k views
How do you set up Hudson to work with Git?
I'm trying to set up Hudson as a CI Server and I'm having trouble getting everything to work. I'm trying to use the 'official' git plugin. I haven't done any testing with the alt …
1
vote
1answer
30 views
How do I properly fix deploy permission issues with Hudson and ant?
I'm having trouble deploying my Web start to the web server due to permissions problems (reformatted):
/home/hudson/.../build/build-web-start.xml:20: Failed to copy
/home/hudson/. …
2
votes
4answers
516 views
How to delete Hudson workspace before build?
I want to have a way to teach hudson to delete the complete workspace before doing a checkout & build. Is there a plugin which enables that?
0
votes
1answer
24 views
How can I aggregate all build artifacts from a Hudson multiplatform matrix build?
We have a Hudson nightly matrix build that produces quite a few build artifacts (for several different platforms and oracle versions). I would like to create a downstream Hudson jo …
0
votes
1answer
31 views
Configure “execute shell” scripts in Hudon with Python
I am using Hudson for continuous integration in out project. We are using python, git and nose tests for unit testing. What I need is that Hudson should execute nose tests after ev …
0
votes
1answer
55 views
Is there a overview of all buckminster commands for the hudson buckminster plugin?
I am trying to set up a continous build of our PDE project using hudson + buckminster.
The problem i got is, i can't find any list/documentation of the available commands. I think …
0
votes
1answer
17 views
Remove artifacts from Hudson, but retain logs in order to link to builds
We have the following requirements for our Hudson setup:
We would like to directly link to all builds that have been executed
The effective number of artifacts should be limited
…
6
votes
6answers
610 views
Hudson or Teamcity for continuous integration?
We are a Java shop looking for a CI tool to use.
Both Hudson and Teamcity seem to be free but Teamcity seems slicker and with more support.
I was wondering why one would still use …
2
votes
6answers
672 views
“CruiseControl” Automation for C++ projects?
We've got a C++ Project that currently uses Make on Linux to build. I'd like to automate it similar to a Java Project under CruiseControl.
1) Is there a project similar to Cruise …
