Hudson is an extensible continuous integration server written in Java and capable of running on Linux, OS X and Windows.
1
vote
1answer
708 views
Please check the parameter 'sonar.host.url'
I want to enable hudson+sonar so I did with following steps:
1.Installed sonar 3.4.1 and started sonar server .Now I can access http://localhost:9000 on browser.
2.In configuration on hudson I have ...
0
votes
1answer
184 views
Jenkins stopped work on checking out revision
I have problem with Jenkins bilds.
Sometimes my build hangs on operations "Checking out Revision". The problem is not constant. I can get this issue in 4-5 times of 10 bilds.
I am waiting 10-20 ...
0
votes
2answers
111 views
passing sonar parameter to maven through hudson
Have set up code analysis using sonar hudson and maven
My plan is to run the analysis everyday so I am trying to pass the parameter in Hudson as :
clean install sonar:sonar ...
0
votes
0answers
19 views
Hudson does not init/update nested git submodules
Hudson 2.0.0 (I know it is quite old Hudson version but for some reason we can't update at the moment), proper git plugin installed, does not seem to init/update nested submodules. Is there any ...
0
votes
1answer
45 views
SSH key configuration in Hudson and Git
I am working on Git configuration with Hudson.I have created new job with Hudson but it is throwing following Exception:
returned status code 128: error: The requested URL returned error: 401 while ...
0
votes
3answers
321 views
start sonar server in jenkins
How can i start sonar in jenkins. i have sonar 3.1.1 in my system.
I don't have a deep knowledge in jenkins. i started junkins and added the sonar-junkins plugin.
After that in Manage jenkins -> ...
0
votes
1answer
67 views
How to prevent hudson from sending multiple emails for cron job failures
I have a job in Hudson which monitors the environment.
The requirement is the job should get built periodically and send a mail when the env is down.
But it should stop sending mails if the status of ...
0
votes
0answers
71 views
Hudson Slave cannot checkout code
I have a Hudson running on a Linux machine. I have added a Windows machine as a slave to it for building my .NET projects.
The slave was building projects properly until last week, when I rebooted ...
3
votes
1answer
48 views
How to Use build-stability-plugin in sonar
I downloaded build-stability-plugin and put it in my plugins folder and re-started the sonar server.
I can't see anything in the dashboard of projects related to build-stability-plugin.
Is there ...
0
votes
1answer
56 views
How to delete a view named “..”
I created a new view in Cloudbees and, while configuring it, wanted it to remain somewhat unnoticed by the rest of my team. I renamed the view to "..", just because it was the first thing that came to ...
0
votes
0answers
31 views
Emails for concurrent jenkins builds without waiting
I am using Jenkins 1.495.
The problem is that when concurrent builds are enabled emails will not be sent until all the builds finish.
I have followed the issue and it stems from the fact that all ...
0
votes
1answer
543 views
hudson.plugins.git.GitException: Could not fetch from any repository
I want to configure hudson+git and want to create a build. But I am getting following exception:
Started by user nitish
Checkout:workspace / /root/.hudson/jobs/NightlyGit/workspace - ...
0
votes
1answer
50 views
Hudson + Email Extension Plugin+ Add BCC and CC
I am using Email extension plugin with Hudson. There is only TO list option available with the plugin. Is there any way I can add CC and BCC options? Please guide.
0
votes
1answer
74 views
Runtime build configuration in hudson build
My project uses ANT build system. Currently, I am giving build via shell command for my project. Say when I give "ant dev deploy" from cmd prompt(see below image for a successful build via cmd prompt) ...
0
votes
1answer
328 views
Hudson workspace locked while building
I am facing a problem recently with my CI environment.
I am using Hudson ver. 1.395.1 and SVN ver 1.4.2.
My Hudson is continuously polling the SVN for any changes, and if so it kicks off a build.
...
0
votes
1answer
50 views
Whats the best way for continous integration for Javafx-Rich-Client-Applications
hmm... i wonder
So, lets say we have an Appache Tomcat 7 and a Hudson Server is already up and Running. The Hudson Server is already building and deploying the Middleware and Share projects (wich are ...
0
votes
1answer
46 views
getAllItems() returns an empty List in Jenkins
I need to get all the MavenModuleSet objects in Jenkins and my code is:
List<MavenModuleSet> list = Jenkins.getInstance().getAllItems(MavenModuleSet.class);
When I run it (in a Jenkins ...
3
votes
1answer
89 views
Can't get Build Success with Maven and C++ project in Hudson
I have a project in Hudson that is build with maven. It compiles C++ source code to create a an executable that is used in other parts of the project. It uses the Visual Studio tools, specially one ...
0
votes
2answers
128 views
Ant build works on one system and not another
We recently added FindBugs to our build and test process, but we've run into problems building when we are using the @SuppressWarning annotation.
More interestingly, the code will compile on our ...
2
votes
1answer
232 views
Jenkins Server Suddenly Fails. Cannot reach GUI
I setup a Jenkins server on a redhat linux VM a while back to run our unit and integration tests. It has worked without much trouble for about two months, but now I suddenly can no longer browse to ...
0
votes
1answer
78 views
Jenkins: Trigger related builds in a specific order when any of them are triggered by SCM
Say I have three jobs, A, B and C. They all run integration tests that interact with each other. C is dependent on B, B is dependent on A.
Is there a way to trigger A, then B, then C in that order ...
1
vote
1answer
150 views
What is the best practice using git and hudson with one repository including multiple projects
I have raised a similar question before yet after doing some research and bashing my head for a long time , I have concluded that I need some more guidance.
We have currently migrated to GIT from SVN ...
0
votes
1answer
218 views
Jenkins Plugin: create a new job programmatically
How to create a new Jenkins job within a plugin?
I have a Jenkins plugin that listens to a message queue and, when a message arrives, fires a new event to create a new job (or start a run).
I'm ...
0
votes
0answers
68 views
Can Jenkins read .ini files?
I’m using Jenkins to automate the build process and looking for a way to read .ini files within Jenkins
Is there a way to do that ? I couldn’t find any related plug-in
4
votes
1answer
312 views
Git returning null on hudson
I am working on a project using git with hudson to build some tests. I have done all the hudson configurations (at least think I did) and I downloaded git for windows. The repository is located on ...
0
votes
1answer
164 views
Difference between maven project and free-style software project in Jenkins / Hudson
Difference between maven project and free-style software project in Jenkins / Hudson.
I figure out when one of my failing junit of maven project made it pass while free style made it failed.
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>
...
0
votes
1answer
82 views
Make an URL a result of Hudson build
I have a job which uploads results to certain URL
Can I somehow have a link to that URL be shown on the build page?
I tried to create a html page with redirect and add it to artifacts but it seems a ...
0
votes
0answers
245 views
Grails 2.1.1 build fails with Out of Memory java heap, using Jenkins/Hudson plugin
I am in the process of upgrading our Grails 1.3.7 application to Grails 2.1.1 and have setup a hudson build job for ci automation. However, it continues to fail in the compile step of the build. I ...
0
votes
0answers
104 views
How to upload only changed/new artifacts from a build in Hudson/Jenkins using SCP [closed]
I've been testing and searching for far too long now just to figure out how to get Jenkins to upload only the new or changed files from a build using SCP. I have a php/symfony project. Everything ...
0
votes
0answers
160 views
Fetching from orign failing
I searched for the below error ,especially "ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway",I couldnt get anything substantial,second error related to ...
1
vote
1answer
267 views
stderr: fatal: Couldn't find remote ref $GERRIT_REFSPEC
Before anyone guns me down..I have looked at all the messages that has this error but they seem to manifest from a different problem,I couldn't get any substantial information. Following are the ...
-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
1answer
152 views
Monitor jenkins jobs health using nagios GUI
I am using check_http plugin for discovering jenkins service(Winstone hosted and Apache hosted) is running or not on hosts on which check_mk_agent is installed. And its been monitored on single ui ...
1
vote
2answers
156 views
override Jenkis/Hudson BUILD_URL
Is it possible to override or change build url?
I've tried to set $BUILD_URL as pre step but it doesn't seem to be working.
Default Build URL : host:8080/job/H_tests_tests/13/
I want to have ...
0
votes
1answer
72 views
Hudson + How to update files from more than one branch
I am using SVN with Hudson for build. I have two branches in SVN, say Branch1 and Branch2. I need files from both the branch for the build. How can i get files from more than one branch using hudson? ...
0
votes
1answer
301 views
Jenkins not running Catalina.bat via maven-antrun
I am trying to start Tomcat by using maven antrun plugin in a job in Jenkins. I know I can use cargo for the same but I can't use it. Reason being I want the Tomcat with the application running after ...
1
vote
2answers
75 views
how to access ThreadMx of com.sun.management.ThreadMXBean on jenkins , junit test
I have a junit test cases with a class to monitor allocated bytes for a thread. From eclipse I was able to get the valid results. However in jenkins it's not working since ...
0
votes
0answers
62 views
Use Hudson/Jenkins instead of Xymon/Big Brother/Hobbitmon
I have been using Xymon/Big Brother for monitoring network, hard disk, database accessibility, and some other custom stuff like checking if a process/application is running etc.
I'm also using ...
0
votes
1answer
296 views
Create and deploy war file using hudson
I want to create a war file using hudson. I did with following steps.
1.I have created the build.xml in my project.
2.In that ant file I am providing the targets to compile the application and ...
1
vote
3answers
214 views
What are the advatages of sonar while using hudson? [closed]
Actually my question is about the why should i use sonar instead of other hudson code analysis tools like emma or cobertura?
0
votes
1answer
69 views
Hudson + SVN Copy only incremental files to the workspace
I am using Hudson with SVN. Now when i run the build, it will copy all the files from the branch to my working directory. I need only the files modified/newlyadded as part of the build. The build ...
0
votes
0answers
80 views
JUnit Attachments Plugin is not working on Hudson
I'm running integration tests using TestNG and Hudson combination. I'm able to generate my own customized JUnit XML files for Hudson for reporting purpose. And Hudson displays my customized report ...
1
vote
1answer
52 views
Hudson not recognising the changes + clearcase
I am using ClearCase plugin for Hudson.
I have modified files in ClearCase .
However when I run the Hudson build, it is not detecting any changes.
> [workspace] $ cleartool lsview CKD_Delta
* ...
2
votes
4answers
196 views
Hudson - Git - Clone only required branch
Is it possible to clone only a single git branch in hudson ?
Hudson version 2.2.0 with git plugin version 2.2.0 clones the entire specified project, thus occupying lot of space (which is expected to ...
3
votes
0answers
123 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 ...
1
vote
1answer
222 views
Automatic Jenkins deployment
I want to be able to automate Jenkins server installation using a script.
I want, given Jenkins release version and a list of {(plugin,version)}, to run a script that will deploy me a new jenkins ...
2
votes
1answer
57 views
Change [email from] for Hudson notification emails
Currently, Hudson will send out the emails for failed builds and such from
the email address setup as the Hudson administrator. Is the admin email
address used for anything else, like error messages ...
1
vote
1answer
111 views
Jbehave Maven Exception
I've integrated Jbehave test in Hudson as A Maven goal but whenever I run Test via Hudson-web-interface, I get following error
BUILD FAILURE
[INFO] ...
1
vote
1answer
239 views
Add catalina-ant.jar in Jenkin's classpath
I want to add catalina-ant.jar in Jenkins' classpath to be able to use task definitions in my ant script like :
<taskdef name="start" classname="org.apache.catalina.ant.StartTask" />
I've ...



