Hudson is an extensible continuous integration server written in Java and capable of running on Linux, OS X and Windows.
7
votes
0answers
536 views
Why is my Hudson/Jenkins recreating my Emulator Snapshots in every build?
I use Jenkins to build one of my projects. The Android Emulator Plugin automatically starts an emulator with the following configuration:
Configuration of the Emulator Plugin:
.
Every time the ...
3
votes
0answers
124 views
Running Emma on Hudson results in JVM_Bind Exception
I am attempting to get Emma to run with one of my jobs on Hudson.
I am using Hudson 2.2.0. I have the Emma plugin installed.
I read a guide online, on how to configure Emma to run on Hudson - and it ...
3
votes
0answers
508 views
How to deploy the EAR application in Websphere Cluster environment using hudson or jenkins Websphere deploy plugin
My requirement is to deploy the EAR application in Websphere Cluster environment using jenkin's Websphere deploy plugin.
so where to i need to specify the details like server or cell or node or ...
3
votes
0answers
162 views
hudson build timedout | how to perform cleanup in such case?
Suppose a particular job is executing for more then x minutes then I abort it using the build timout plugin
Now after the build is aborted in such manner I want to perform some cleanup actions. Want ...
3
votes
0answers
573 views
How to integrate Purify into Hudson CI?
I have a Hudson CI system set up and for the moment it is used for building a project and running some unit tests. My next step is to integrate the memory leak detector Purify into the build cycle.
...
2
votes
0answers
42 views
Why does 'pod update' produce 'stty: stdin isn't a terminal' on Hudson?
I'm using cocoapods and calling 'pod update' in the my job's build step on our Hudson server.
Here is the log:
+ pod update
Resolving dependencies of `./Podfile'
Updating spec repositories
stty: ...
2
votes
0answers
325 views
Integration of Selenium Webdriver with Hudson - Unable to open the browser
I have integrated my selenium Webdriver scripts (using TestNG) with Hudson. i invoked my job through ant . My problem is my scripts are not running successfully also the IE browser is not getting ...
2
votes
0answers
173 views
Hudson not building the Project
I am using Hudson with subversion for build automation.
I have configured a job to build, but Hudson is not building the project - it's just giving the following log message. I have no clue what's ...
2
votes
0answers
147 views
What's wrong with following jelly script template for cppcheck in email-ext plugin of hudson
What's wrong with following jelly script template for cppcheck in email-ext plugin of hudson.
<!-- CppCheck TEMPLATE -->
<!--<j:set var="cppClassName" value="CppcheckBuildAction" ...
2
votes
0answers
158 views
Running DUnit tests from Hudson
I finally got Hudson to build my project and the corresponding test project (using the XMLTestRunner2 unit provided in the Embarcadero forum). Running the test executable manually correclty produces a ...
2
votes
0answers
114 views
Running Javadoc and Sonar in Hudson
?I am trying to run SOnar and Javadoc together using Maven3. However it seems that both of them call a clean gaol before running javadoc:javadoc and sonar:sonar. Due to this the output of one of them ...
2
votes
0answers
200 views
setting hudson build trigger to check for svn changes
i have set Poll SCM with different options
but none of them seems to work
i tried
* * * * *
5 * * * *
*/10 * * * *
it doesn't seem to try to build
and changes were committed to the svn
any idea ...
2
votes
0answers
227 views
Hudson - How to configure the number of Jobs in the View-level Build History?
I have a view in my Hudson instance configured with about 300 builds for a given software release. There is a "Build History" link on the left side of the screen, and when I click on it, it lists the ...
1
vote
0answers
13 views
How to enable trend diagram?
In a newly installed Hudson 3.0.1-b2 server under CentOS 6 Linux we have 3 nodes (created 2 by cloning the first one), but only the 1st one has this nice diagram on the right side:
Does anybody ...
1
vote
0answers
71 views
Unit testing ExtJS code with Hudson and Siesta
I'm writing rich clients using ExtJS and Bryntum's Siesta testing framework. In justifying the purchase of a standard or premium commercial license, I'd like to find out what the Hudson continuous ...
1
vote
0answers
43 views
How to setup jenkins for automatic checkouts from SVN?
I am trying to configure a jenkins server for build processes. My directory structure is as follows
/home/<user>/projects/MyProject
/home/<user>/projects/MyProject/scripts
...
1
vote
0answers
100 views
pending - Waiting for next available executor in Hudson
In hudson, am getting "pending - Waiting for next available executor" while building my job.Its showing Build Executor status as "Dead(!)"
Can anyone tell how to overcome this issue?
how to make ...
1
vote
0answers
25 views
JUnitPerf Sample XML
I have a custom stats module for some load tests on a prototype app, and I'm trying to get them into a Hudson CI server. Hudson can read JUnitPerf XML output, but I don't know what that XML looks ...
1
vote
0answers
39 views
How to add AntPerformanceListener to Hudson job?
I'm interested in being able to audit the time it takes for each ant task to run for jobs confirgured in Hudson v1.295. This page shows how its possible via command line.
ant -listener ...
1
vote
0answers
55 views
How do I add a page to Jenkins?
I am looking to write a jenkins plugin that lets me add a new link that links to a new page of my creating. I have determined how to create the new link by extending RootAction and I can get it to ...
1
vote
0answers
112 views
How to set multiple source locations in Sonar Server?
I'm using Maven 3 and in my java project, the pom file contains one source location as follows.
<build>
<sourceDirectory>src/main/java</sourceDirectory>
...
1
vote
0answers
381 views
Deploy war on tomcat by hudson using maven cargo plugin
i am using Hudson for CI . I have used copy artifact plugin which copies newly formed build to maven repository and maven's cargo plugin is used to deploy war on tomcat7x container.When there id no ...
1
vote
0answers
93 views
How to set Hudson's classpath
I am working on a plugin that was written by one of my colleagues which deploys code to a WAS 6.1 server. We are changing to WAS 8 and the plugin now requires classes that were not needed for 6.1. In ...
1
vote
0answers
177 views
auto-deploy .war to remote jboss4.2.3.GA fail using hudson deploy plugin
I'm using hudson-deploy plugin, to auto-deploy my .war file to a remote jboss4.2.3.GA.
When I set the port lower than 10000, it works, for example:
http://10.78.68.210:8080/
But our system is using ...
1
vote
0answers
16 views
Hudson CI for UnionPlatform
I have been trying to get my UnionPlatform Server running through Hudson. However I have hit a road block with the Java Process Terminating as soon as the Build is done. In fact I am not even aware if ...
1
vote
0answers
19 views
How can you have one Hudson job with multiple levels of users run with different options?
I am working with Hudson here and I am trying to create a single job that users with different access can run. Based on their access level, they would see different options.
For instance:
A ...
1
vote
0answers
84 views
Error using flashplayer in jenkins when running maven-release-plugin. Works when using mvn test
I have a maven 2 job configured in Jenkins, and under the Build I use
clean test release:prepare ...
in the goals options. Jenkins runs these goals sequenctiallay, and when test runs, it prints ...
1
vote
0answers
239 views
Jenkins/Hudson job push changes to Mercurial
I have a Jenkins/Hudson that increase some version numbers of some modules in preparation to publish a NetBeans update center to Sourceforge. I'm trying to push those changes into the repository using ...
1
vote
0answers
387 views
Jenkins jacoco plugin
I noticed that the jacoco plugin for jenkins whitout sonar is released, my question is how do I make the configuration in my pom.xml? I have made the jacoco.exec but how can I use the jacoco plugin ...
1
vote
0answers
58 views
Best way to transfer files between .net web service and Mac web service
DI have web service in .net that sends files...
What is the best simple way to write web service on MAC, that will accept those files,do stuff and send them back to server automatically?
I can't do ...
1
vote
0answers
167 views
Methods to control environment when starting a lettuce test suite
I'm building a test framework that will have a top level Gherkin interface backed by Python/Lettuce. We want to build it in to our continuous integration infrastructure (Hudson) as well as have the ...
1
vote
0answers
152 views
Hudson - Can't Poll Mercurial
I have Hudson 2.1.2 (not Jenkins) and I've set my projects up to poll my Mercurial repository hourly to check for changes. I generated a public key for my hudson user and added it to the authorized ...
1
vote
0answers
224 views
Hudson - Building servlets with Ant (Tomcat)
I want to build my webservice via Jenkins running on Tomcat and deploy the war file on the same Tomcat.
I have tested my build.xml in Eclipse Java EE version, it's compiling without errors. So I ...
1
vote
0answers
312 views
Hudson SCP file upload fails because I used ANT to rename the war file
I am using Hudson 2.1.2 using SCP 1.8 and Maven 3.0.4. I have the server setup in manager page, and it connects and uploads the war file ok as long as I didn't rename it.
As soon as I put the in ...
1
vote
0answers
788 views
gwt-maven-plugin - LifecycleExecutionException
I have created gwt maven project. When I try to run project on hudson I get this error:
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: ...
1
vote
0answers
243 views
How to execute a specific test from testNg.xml with ant?
I have to run different type of tests which are defined in testNg.xml.
I am triggering my test from Hudson parameterized build, so based on this parameter(test type) I want to select a particular ...
1
vote
0answers
386 views
Cannot see browser when running Selenium tests in Hudson
As said in the title, I'm running Selenium tests in Hudson, using the SeleniumHQ plugin, on windows 7.
I'm running the tests as part of a Hudson job, which is executed by a slave. The slave is ...
1
vote
0answers
254 views
iOS app Continuous Integration with Hudson: use -workspace and -scheme, or -project?
I'm trying to get a Hudson CI build set up for our iPhone app effort. We are using the Three20 UI frameworks to build the app. So far I can't make the build work if I use xcodebuild -project. The ...
1
vote
0answers
556 views
http.proxyHost system property is set to null
Please help me to find out the reason of the following behaviour.
I have two applications running in Tomcat container: my application and Hudson (v2.2.0). Tomcat is started with ...
1
vote
0answers
105 views
How can I evade build fails in Hudson when there is no code change?
I am using Hudson to build from Git in my continuous integration system. Everything works fine except that when I start another build without any code change in Git. Then the build just crashes and ...
1
vote
0answers
321 views
How to adjust clover code coverage metric for jenkins?
This is the plugin I need some help for... http://wiki.hudson-ci.org/display/HUDSON/Clover+Plugin
I'd like to know how I need to adjust the Coverage Metric Targets the right way.
My code coverage is ...
1
vote
0answers
172 views
Can we use hudson/jenkins to run jobs on Sn Grid or LSF?
Currently we need to add hosts/nodes and attach a label to them. We give that label while running jobs so that machines can be picked appropriately
In our configuration, Hudson is not a build server ...
1
vote
0answers
114 views
Measure performace of C++ test suite with Hudson
I am using CppUnit plugin for Hudson to read my test results. How can I measure performance, in terms of run-time of my tests, and show them on my Hudson dashboard? Any plugins, or hacks would be of ...
1
vote
0answers
285 views
Using Quality Center Hudson Plugin for QTP only
Can we use Quality Center Hudson Plugin for QTP only without installing QC?
0
votes
0answers
22 views
Hudson job running as wrong user
I have a Hudson build job which runs a script called 'testUser.sh' which contains only one command: 'whoami'. The first line of the console output says 'Started by user ctisbuild', but the output of ...
0
votes
0answers
18 views
Update JIRA issues with info about commits that have been merged
I work with a product where we release a new major version of our product each 6 months but we always maintain the two previous releases and we release service packs of those every three weeks.
We ...
0
votes
0answers
22 views
Jenkins builds failing while recording test results
We have Jenkins version 1.494 and Java 6. It is deployed on JBoss server. I was able to build the projects (using Maven 2) earlier but not sure what has changed and I am getting below error after the ...
0
votes
0answers
16 views
Allowing jenkins to access contents of currently logged in user folder
I am using Jenkins to build my project in a Linux machine. During build operation files are read from a source location and files are to be copied to a new destination location.The source and ...
0
votes
0answers
11 views
Hudson Warnings Plugin : How to set the threshold for failing a build ?
I have installed the Warnings Plugin version 4.23-h-1 on Hudson 3.0.0. We use Rational Clearcase as our SCM and my Hudson instance builds a Flex & Java application by polling the SCM for changes. ...
0
votes
0answers
17 views
Getting AbstractMethodError doing SVN operation using Ant script
Getting this below error when give build in hudson. i am using svnkit,svnclienadaptor,svnjavahl-1.6.0, svnkit-javahl for doing the svn operation Please help me to resolve this issue....
...
