Hudson is an extensible continuous integration server written in Java and capable of running on Linux, OS X and Windows.
0
votes
0answers
9 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 ...
1
vote
1answer
43 views
Hudson cannot find powershell after update to powershell 3
One of my jobs had need for the ConvertTo-Json commandlet available in powershell 3.0 So I installed WMF 3.0 on our Windows Server 2008 R2 (SP1) box. After a restart all my powershell using jobs ...
0
votes
0answers
20 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
1answer
34 views
java.io.IOException: Cannot run program “ant”
I'm running a Job in Hudson.
I build this job from a Hudson Master Server but the job is built in a Hudson Linux Node.
This is the result:
Started by user builder
Building remotely on Linux-Node
...
0
votes
0answers
14 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 ...
1
vote
2answers
38 views
How does the continuous integration game (ci-game) plug in in Hudson/Jenkins with multiple committers
I am trying to implement the ci-game in our Hudson to capture who is breaking the build most of the time. Here and again here, it is explained that this plugin adds scores to comitters for successful ...
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. ...
1
vote
1answer
19 views
What URL will get the status code (result) of the last Jenkins job?
I am wondering if anyone knows what URL is required (as a GET or POST) that will get the status code (result) of the last Jenkins job (when the build# is not known by the client calling the GET ...
-1
votes
1answer
35 views
How to uninstall jenkins from ubuntu [closed]
I use Jenkins as an continuous integration server and now, I try to re-install Jenkins. So I search how to uninstall Jenkins from my computer and install safety Jenkins. Can you help me there is way ...
0
votes
0answers
16 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....
...
0
votes
1answer
32 views
svn: Processing REPORT request response failed: The element type “META” must be terminated by the matching end-tag “</META>”
I am getting some error like this, while checkout from svn in Jenkins. I deleted all the workspace and run the Jenkin job, then I run multiple times even same error.
Building in workspace ...
-1
votes
0answers
10 views
Why i can'y excute windoq program in HUSDON [closed]
HUDSON builds my Program with excute window batch command
the command is ...
devenv.com /rebuild "release|win32" "C:\hudson_home\jobs\myjob\myjob.sln"
and it works...
after that, want to excute my ...
0
votes
0answers
24 views
Hudson does not work with maven
I installed Hudson Server and I am trying to build a project, but I get this error:
[workspace] $ java /geogit/Maven/apache-maven-2.2.1 -cp ...
-1
votes
0answers
13 views
How can i create Projekts with Template Projekt [closed]
People
I want find a Plugin for Template-Project in Jenkins, the user can import config.xml data directly from SVN or disk, then you can get a ready-configured project. but the Plugin "Template ...
0
votes
0answers
26 views
Hudson hangs on “Started by user anonymous”
My hudson job just started hanging at the start of the build, output looks like:
Started by user anonymous
[spinner]
It can be in this state for several hours, I don't know what can be wrong. Any ...
2
votes
1answer
36 views
Hiding hudson behind apache
I'm pulling my hairs out on this one. I'm running Hudson on a server and want to place it behind an Apache running on Ubuntu. So I installed the apt sources and the Hudson package and it is up and ...
1
vote
0answers
61 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 ...
0
votes
0answers
19 views
Hudson Backup Plugin - Backup copy to remote system
I am using Hudson Backup Plugin, it is working fine but I have to put one copy of backup file in another Linux machine and one copy in local machine.
But it not providing any pre-script or post-script ...
0
votes
0answers
23 views
Null pointer for Jenkins …org.apache.commons.digester.Digester.getXMLReader(Digester.java:1068)
I am a new user of Jenkins. I am using weblogic 10.0.1 and I am trying to build my project using svn link and ant build.
However I am getting following error. I don't understand is any jar is missing ...
0
votes
0answers
18 views
how to execute .sql files in Hudson
I am new to HUDSON CI,
I want to run the sql files during the build.
Please suggest me how to do this in HUDSON, any plugins available for this.
Thanks in advance.
0
votes
1answer
8 views
Hudson Node Name from Env Variable - Possible?
I want to execute a job configured in hudson, in various nodes. I don't want to create separate jobs for each node. So is there any way that hudson node name could be passed from environment variable?
...
0
votes
1answer
18 views
How to configure Hudson base distribution?
I am a total newbie to the Hudson administration, so my question is very 101:
I downloaded hudson-3.0.0.war, which is said to be just the Hudson Core without any plugins included, and deployed it on ...
0
votes
3answers
57 views
last committed revision number of a SVN branch
We have multiple branches in SVN and use Hudson CI jobs to maintain our builds. We use SVN revision number as part of our application version number. The issue is when a Hudson job check out HEAD of a ...
0
votes
1answer
64 views
Flyway with multiple databases connections
I'm trying to use flyway on a complex ERP with multiple databases, but I didn't find any hint to make it runs.
I'm using an ant script together with Hudson to build the whole system.
So, I created a ...
0
votes
0answers
31 views
jenkins gives NoSuchMethodError after checking out from SVN
Jenkins build fails silently after checking out and gives following exception. What could be wrong with the setup ?
FATAL: javax/xml/parsers/SAXParserFactory.setXIncludeAware(Z)V
...
1
vote
0answers
41 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
...
0
votes
1answer
24 views
jenkins plugin for checkingout a single modified file from svn
I have job in which developer changes a file and checkin back in svn. As soon as the developer checkin the file jenkins has to trigger a build and copy that changed file (not entire directory)from svn ...
0
votes
0answers
17 views
How to confirm if Hudson picked latest files from SVN?
Is there a way in Hudson to see if the latest build picked up latest files from my repository? I don't see anything in the console output and Changes link says - 'No Changes'
I am hoping to see ...
0
votes
0answers
42 views
Jenkins/Hudson build schedule period spanning over midnight (9 p.m. till 2 a.m.)
I wanted to schedule a job in Jenkins to run sometime between 18pm till 2am.
So I entered the following formula in Build periodically/Schedule field:
H H(18-2) * * *
However, when I save the job, ...
0
votes
0answers
30 views
Restart running builds when restarting Jenkins
When I restart my Jenkins server, I would like to all builds that were running when I brought the server down to be restarted. Is there a script or plugin to do that that correctly restarts builds ...
0
votes
0answers
75 views
Hudson Appache SVN Checkout Exception - 500 internal Server Error
I'm hitting an error while trying to checkout an SVN Repo via Hudson.
With TortoiseSVN i can checkout this Repository without any Problems.
In Hudson I use the "Hudson Subversion Plug-in ...
0
votes
1answer
54 views
Jenkins: Make build success dependent on tests
I'm new to Jenkins/Hudson but I didn't find a plugin which provides the functionality I am looking for.
I want to make the build process of my web application dependent on multiple function tests I ...
1
vote
1answer
81 views
JBOSS-AS-MAVEN-PLUGIN :- Authentication Fails BUT Jboss-cli authentications?
I have setup a new JBoss server and am able to access it remotely using 'jboss-cli.bat'.
HOWEVER, when my Hudson job runs, and trys to deploy a war to the server using jboss-as-maven-plugin, it is ...
0
votes
0answers
27 views
How to start different jobs as post-build action depending on some parameter in Jenkins?
Is it possible in Jenkins to start different jobs as post-build action depending on some parameter?
For example my job is parameterized and user can choose what job should be started after current job ...
0
votes
1answer
17 views
Sonar Configuration on Windows 2003 server
I have installed sonar, sonar-runner and hudson on windows 7 machine its working fine , but when I want to replicate these steps on my production server which has windows 2003 server I got the error ...
0
votes
0answers
62 views
Jenkins: prevent Deploy from running with Selenium Tests
we have about 20 selenium builds and 1 deployment build (for every of 4 environments)
what is the best way to prevent deployments and selenium tests from running simultaneously?
to use ...
0
votes
0answers
18 views
Can I change Jenkins' boot.log location or disable it?
We are using Jenkins where I work and because of some restrictions, the file boot.log isn't allowed to be at the partition's root (D:\ in this case). So I was wondering if there is a way to move it or ...
0
votes
1answer
234 views
groovy.lang.MissingPropertyException: No such property: manager for class: Script1
I am trying to invoke Groovy inside Hudson (using groovy plugin) to get some properties for our build. But I am getting this exception:
groovy.lang.MissingPropertyException: No such property: manager ...
0
votes
0answers
28 views
Phing ftpdeploy error
I use Hudson + phing for build and deploy php application on server by ftp
My build.xml:
***
<!-- FILESETS -->
<fileset dir="." id="files.site">
<include name="site/*" /> ...
0
votes
1answer
35 views
ehCache not working in hudson
I'm developing a java webapp using spring mvc and ehCache. I can deploy it fine using tomcat, or jetty. I have 2 maven projects, a webapp/war and an integration test. I want the hudson job to run the ...
0
votes
1answer
78 views
Running commands on Remote machine using PsExec from Msbuild invoked via Jenkins
I am using psexec(with MSbuild Script) to run an xCopy on a server from Jenkins(Hudson). The command runs ok when run through Command Prompt(as System user), but gives the following error when tried ...
0
votes
0answers
74 views
How to pass a build number within the MultiJob plugin?
The MultiJob plugin is great and I want to use it for my build process, but there is one issue I have to solve before: There are three jobs A, B and C. SVN triggers job A and B (parallel execution) ...
0
votes
1answer
32 views
jenkins plugin for triggering build whenever any file changed in a given directory
I am looking for functionality where we have a directory with some files in it.
Whenever any one makes a change in any of the files in the directory, jenkins shoukd trigger a build.
Is there any ...
0
votes
3answers
67 views
How to get the last build date in Hudson
How can I get the last build date in Hudson? I need to pass that date back to Maven to generate the changelog report. Or is that a better way to achieve that?
I am using Hudson 2.2.1.
1
vote
1answer
77 views
Does Jenkins/Hudson require maven-surefire-plugin to publish test results?
Does Jenkins/Hudson require maven-surefire-plugin to be executed in order to display "Latest Test Result", "Test Result Trend" diagram and to allow users to drill down to specific classes/tests? I was ...
0
votes
0answers
64 views
Visual Studio 2012 with Hudson continuous integration
We are working on a project which is 60 percent in WPF C# and 40% in Spring Hibernate. We want to use a continuous integration tool which can work with both .NET and Java.
Is Hudson capable of doing ...
0
votes
1answer
24 views
maven plugin detect hudson
I'm writing a plugin for maven and I want find out, if it runs on hudson. Then I want to know which user triggered the build.
Is there an API (@component) that provides access to this?
0
votes
0answers
27 views
hudson to build only changed project
I have a requirement to build only changed project in hudson. We have out repository structure as
Projects/
------- Project A/src
------- Project B/src
------- Project C/src
We have arount 100+ ...
2
votes
3answers
83 views
Hudson build error: LifecycleExecutionException Unable to locate the Javac Compiler in
I created a dynamic web project in eclipse for a web service with axis2. I then converted it into Maven project, I'm able to compile and generate war file in eclipse, but when i deploy it on server ...
0
votes
1answer
51 views
How does the jobs/instructions from master to the slave is being trasmited in Jenkins ?
I am trying to understand the excat mean of communciation between master and slave in jenkins. How does the jobs/instructions from master to the slave is being trasmitted ?
I am aware that a TCP/IP ...


