Tagged Questions
0
votes
0answers
17 views
Move artifacts instead of copy after Hudson build
We are using Hudson v.2.2.1
I noticed that Hudson makes a copy of the generated artifacts instead of a move. Is there a way to run any type of script after build that could remove those artifacts?
I ...
-1
votes
1answer
61 views
Hudson: Mechanism for performing database updates
We are planning to automate the build system using Hudson. We are new to Hudson or it would be better to say this way that we are new to build automation process. Our application is on Java platform ...
0
votes
0answers
28 views
preferred build agent nodes in hudson
Is it possible to configure the build (and/or nodes) such that the build has preferred set of nodes to build on but falls back to one of backup nodes if none of preferred nodes are available?
I have ...
0
votes
1answer
74 views
Jenkins / Hudson automatically permute parameter values of parameterized builds
I have a parameterized build that has some options as to how to build the project. For example:
color: red, green or blue
package: yes, no
Since this list is likely to grow and I would like to be ...
0
votes
2answers
128 views
Getting data into a jenkins triggered build
I have a Jenkins build that can either be triggered via scheduling, by a user requesting it, or by being called as a build step from other builds. If this build is called as part of another build, it ...
-1
votes
1answer
120 views
Can a continuous integration tool like Hudson meet my needs? [closed]
I'm putting together a process/build flow for my company, and am starting to look at tools such as Hudson for help. It is a PHP project. Here are the systems we have:
A Linux server hosting the Git ...
2
votes
1answer
224 views
How to categorize build failures with jenkins?
I am looking for a solution that would allow us to categorize build failures like:
developer (a developer added bad code)
build system (error in the build system)
infrastructure problem (servers ...
1
vote
3answers
499 views
Visual Studio Website build fails intermittently on CI server
We have a fairly complex Visual Studio solution (57 projects, 19 of which are website which fails to build almost every time when triggered by pushing code, but then we manually trigger the build and ...
0
votes
0answers
266 views
Convert all relative path to absolute path in ant build.xml for each project to run whole project from Hudson
I have query related to build automation for java project using apache ant and hudson
I have created build.xml file for each java project to build jar,war,ear file
to call all this build files make ...
0
votes
0answers
453 views
Want to make jar,war,ear files using apache ANT and use hudson for automated build process
I want to make build.xml for following all task and i want to set up jenkins or Hudson for Continuous Integration
How should i make build file using apache Ant and how to build all projects using ...
3
votes
2answers
2k views
Display an artifact in the jenkins build results page
I have build that generates a png image archived as an artifact. I would like this to be displayed on the build results page.
I know that by default a link to the image will be there, but I would ...
1
vote
1answer
159 views
Hudson Server Settings for xcode proj
I am using Hudson server for automating build for xcode projects.I am using SVN to check out the code and then do the build.
I just wanted to know if it is possible to configure build settings in ...
3
votes
1answer
405 views
Configuring multiple mercurial repositories in Jenkins
We use about 30 repos to handle all of our software at our company. Our code is mixed between C#, C++ and python. We were originally going to use TeamCity for our CI server, and I found that ...
0
votes
1answer
993 views
Hudson/Jenkins: Start task simultaneously on multiple slave machines
If I have a task (a script) that needs to start on n number of machines at the same time (with some tolerance: ~10 minutes), how do I go about setting this up in Hudson or Jenkins?
1
vote
2answers
708 views
Automatic tool detection with Jenkins/Hudson?
What mechanisms exists in Jenkins/Hudson to automatically detect tools that are installed on the Nodes?
For example, .NET frameworks, Visual Studio versions, Setup-Builder Tools, installed scripting ...
3
votes
1answer
2k views
how to get access to Hudson's “console output”?
I have a build bash script running under Hudson build system, which writes its own log file. However, Hudson captures all the stdout and stderr of the build script it executes and displays it as the ...
4
votes
1answer
1k views
How to input password to git push from script without using SSH keys?
I need to write a script that can push a tag from a build server to a git server WITHOUT USING SSH KEYS.
More people have access to the build server than to the git server, so SSH keys won't work ...
1
vote
1answer
429 views
Hudson : Builds Taking Longer time than What it takes by running it Locally
I found a unusual behavior on Hudson.
The Hudson jobs take around 25 minutes , where as when I run the same job locally, it takes 9 minutes.
What I'm missing here?
I increased the JAVA_OPTS, ...
4
votes
1answer
1k views
Jenkins - conditions between build steps
I want to build a Maven project using Jenkins. However, the project only must be built if a certain file in the SVN repository has changed (and contains a special key)
So my plan is to create a job ...
1
vote
2answers
154 views
Update Hudson build result status after external tests
We use Hudson for our build/CI needs. In addition to unit tests (running during build) I have a staging environment that runs additional integration tests. Basically the build happens and then build ...
0
votes
1answer
214 views
Dependent projects being built in Hudson — how to stop this?
I have a use case where I need to run a Hudson build once for a release to trigger a plugin that we don't want run at any other time and which we don't want to place inside the pom (see: Is it ...
0
votes
2answers
726 views
Can one Jenkins job handle two types of builds?
Currently my team is using Jenkins to do automated builds that are triggered by SVN changes.
Recently, we decided we wanted to use Sonar. We don't want to have the sonar/hudson integration occur for ...
0
votes
3answers
1k views
Can you run an ant build script as part of a Hudson deployment?
We want to be able to deploy our project using Hudson, but the build file for the project generates some files and downloads packages from other locations.
Is it possible to make Hudson do these ...
1
vote
3answers
849 views
Configuring a Hudson job to run on both Windows and Linux based OS's
I'm new to Hudson and am working on setting up a job that will build an HG repository of C++ source on multiple platforms. (Linux, Solaris, FreeBSD, and Windows)
I've got all the platforms working ...
3
votes
1answer
8k views
How to get jenkins to copy artifacts to a dynamic directory?
I'm trying to get Jenkins to copy the artifacts of a build to an archive directory on another server using the scp plugin.
Ideally, I'd like to be able to have the destination be dynamic based on ...
2
votes
1answer
570 views
Release of multiple projects with maven
We got common component C and 2 projects A & B. Each project depends on component C.
The problem is that version of C after release is 1.0 but A & B are still referring to version ...
0
votes
4answers
2k views
override build number in Hudson
How can I override Hudson build number? It sounds like an easy question, but in fact it is not.
Main main goal is to have the SVN revision number as the build number. So I set the env. var. with ...
1
vote
2answers
728 views
Hudson: Tie specific parts of job to specific slaves
Our Software project contains Perl, C & VC++ code. I am trying to set up Hudson in the master/slave configuration to manage the build & test process. I have one linux box running as master and ...
0
votes
3answers
174 views
Hudson CI & Project dependecies
Can Hudson CI tool solve project dependencies others than trivial ones?
For example, how can I set up scenario in which there are two independent modules (A, B) and module C dependent on A and B?
...
3
votes
3answers
2k views
Running batch file remotely using Hudson
What is the simplest way to schedule a batch file to run on a remote machine using Hudson (latest and greatest version)? I was exploring the master slave setup. I created a dumb slave but I am not ...
2
votes
1answer
2k views
Open source ALM software stack [closed]
I was looking at open source ALM tools and discovered an interesting project called jabox.
Jabox is a new project designed to support Maven builds and new projects are setup with pre-configured POMs ...
6
votes
2answers
6k views
How do I clear my Hudson build history?
I recently updated the configuration of one of my hudson builds. The build history is out of sync. Is there a way to clear my build history?
Please and thank you
3
votes
2answers
369 views
Hudson and UCM ClearCase
I have recently put one of our projects on Hudson using the UCM ClearCase plugin. Hudson works well until a configuration changes and then it hangs at update. In ClearCase the user is prompted and ...
1
vote
1answer
163 views
What pattern do you use for executing generic steps on a pool of machines
I'm trying to figure out how to model my build process in hudson. At present most of our hudson builds are somewhat hard coded in that the build process is series of steps and we have one process per ...
2
votes
3answers
267 views
How to specify prerequisite jobs in Hudson
I have a Hudson job that just does a check-out/update to a third-party library. Call this Job A.
Several other jobs depend on this library. Call them Jobs B and C. They use the stuff checked out by ...
9
votes
5answers
11k views
Making Jenkins (Hudson) job depend on another job
I have two jobs:
Upload
Launch-instance
I want to make Launch-instance dependent on the other one, so that triggering Launch-instance automatically causes Upload to be run first.
Can I achieve ...
2
votes
1answer
204 views
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.
3
votes
2answers
2k views
Hudson build on URL token
I configured a hudson instance and have created jobs. While creating builds, I was able to see this option "Trigger the build by accessing this URL + SecretTOKEN" option. Now, I am unable to see that ...
2
votes
2answers
1k views
Plugin to commit hudson build artifact
Are there any plugins available which will commit the build artifact back to SVN?
4
votes
3answers
1k views
Hudson Notifier?
Is their any notifier which let's you add specific build in the notifier. Right now i am using Hudson Tacker (http://hudsontracker.sourceforge.net/index.html) which works fine but it only let's me add ...
0
votes
2answers
76 views
cancel build operation
I am in phase of implementing hudson for the build automation. I am using some shell scripts to perform one of the build step. Cancel build operation (in the middle of build process) leads to the ...
2
votes
4answers
1k views
Has anyone had any success using Hudson (or another similar build system) with Perl?
Has anyone had any success using Hudson (or another similar build system) with Perl?
1
vote
1answer
1k views
Hudson Running as a Service not Starting
I downloaded Hudson, and am trying to install it as a service. I followed the steps from this page, but when I try to start the service, it always fails. I'm not really getting any defined error ...
25
votes
8answers
10k views
Sharing build artifacts between jobs in Hudson
I'm trying to set up our build process in hudson.
Job 1 will be a super fast (hopefully) continuous integration build job that will be built frequently.
Job 2, will be responsible for running a ...
1
vote
1answer
2k views
Pass a command line argument to Ant in Hudson
I'm trying to pass a -lib argument to ant as part of an automated build using Hudson but can't see a way to do this. I could add the relevant libraries to the ant/lib folder but that would then mean ...
91
votes
9answers
15k views
How and why do I set up a C# build machine?
I'm working with a small (4 person) development team on a C# project. I've proposed setting up a build machine which will do nightly builds and tests of the project, because I understand that this is ...
0
votes
5answers
4k views
How can Hudson delete the artifacts created by my build?
Our organization's custom build tools write out a lot of intermediate data, and I'd like it if Hudson could detect which files were created as part of a build and archive those. I'm not sure if it ...
23
votes
3answers
12k views
How can I configure Hudson to send an email for EVERY build, not just those that change the project's status?
I've recently migrated my CI server from an old version of CruiseControl to Hudson. The only feature I miss from CruiseControl is the ability to receive email build notices of EVERY build, not just ...
1
vote
3answers
955 views
Problem checking out (from VSS) and building maven project in Hudson
I am new to Hudson, perhaps someone knows the solution:
I am trying to checkout the parent pom from the VSS in Hudson (vss plugin installed) and now I get class cast exception:
FATAL: ...
5
votes
4answers
5k views
How do you fix “Too many open files” problem in Hudson?
We use Hudson as a continuous integration system to execute automated builds (nightly and based on CVS polling) of a lot of our projects.
Some projects poll CVS every 15 minutes, some others poll ...