The hudson-plugins tag has no wiki summary.
16
votes
4answers
4k views
How to uninstall a plugin from Jenkins (Hudson)?
I have a few plugins in my Jenkins installation which I no longer need. I've already disabled the plugins (and my build still work), and I'd like to remove the plugins completely. What is the right ...
11
votes
3answers
4k views
Self-signed certificates, Java, Hudson and JIRA
I'm trying to set up the Hudson JIRA plugin. Our JIRA server is secured with an self-signed SSL certificate. I've inserted the certificate my web browser has stored using the keytool command, and ...
9
votes
2answers
322 views
Jenkins “I'll fix the build” plugin
does anybody knows if there is a Jenkins /Hudson plugin that when the build is broken it allows you to set some status (like I'll fix it! ) so that other people in the team know that
Somebody is ...
8
votes
3answers
3k views
hudson+git FATAL: Could not apply tag
I'm trying to set up hudson with git according to this article,
but I still get git errors during build:
FATAL: Could not apply tag-PROJECTNAME-ID
...
Caused by: hudson.plugins.git.GitException: ...
8
votes
3answers
667 views
Version Control for Hudson Continuous Integration Build Jobs
We have a continuous integration server with over 40 jobs that are constantly changing. I would like to version control continuous integration build jobs in Hudson so we can roll back changes if we ...
6
votes
1answer
192 views
Hudson - capturing logs from slaves
I have MASTER and SLAVE configured (ssh-slave-plugin).
I would like to display output of the slave executed script under job on master,
as so far I get
Building remotely on SubAgent
Triggering ...
6
votes
3answers
4k views
Hudson — Step by step guide to set up master and slave machines
As you can see, the link to that on the hudson website is dead.
So, I was hoping for a little step by step for setting up a windows slave with a linux master.
I managed to setup hudson on the ...
5
votes
1answer
917 views
dunit test result messages in hudson
i am using Hudson as CI server for Delphi 2010 projects. The XMLTestRunner.pas unit writes DUnit test result to a xml file that is used by the hudson xUnit plugin to report test results. The xUnit ...
5
votes
2answers
210 views
Hudson: Keeping track of number of changed files in each build
Does anyone know of a built-in way to have Hudson keep track of how many files are changed, added or deleted in the source code repository in each build ? I'd like to plot the results in the same way ...
4
votes
2answers
3k views
selenium remote control vs webdriver
I'm not sure I quite understand the difference. WebDriver API also directly controls the browser of choice. When should you use selenium remote control (selenium RC) instead ?
Right now my current ...
3
votes
3answers
243 views
Hudson with Subversion: build after commit on Windows using Java or Ant
My task is to make Hudson starting a new build after a commit. As I've read here it is done by using svn post-commit hook. The problem is I don't want to use VBScript so that is is platform-dependent. ...
3
votes
1answer
72 views
How to gather build result of a build series in hudson?
I have 1 upstream job and 2 parallel downstream jobs. When the upstream job succeeds, 2 downstream jobs will be triggered.
Currently, I send mail notice for every jobs separately. Not the receivers ...
3
votes
1answer
40 views
Is there a way to restrict Hudson CI jobs to run only during a certain time of day?
is there a plugin or some configuration in Hudson CI where the job will not run during a certain time of day? I was thinking of a job like:
Run job A on version control change if not after 5pm and ...
3
votes
1answer
388 views
Custom Environment in Grails for Hudson/Jenkins
I'm using the Grails plugin for Jenkins (formerly Hudson) and didn't find a way to specify a custom environment for a target.
I tried -Dgrails.env=myEnvironment warin the targets input and ...
3
votes
1answer
222 views
Hudson executing just one job non-parallel
We have a hudson setup with just one executor. we want to get to a point where we can have at least 2 executors. The problem that is stopping us from doing this is a job which cannot be run in ...
3
votes
2answers
391 views
Hudson plug-in not publishing all artifacts to Artifactory
I've got a small Java project setup to build continuously through a Hudson server. I'd like to publish the build artifacts to an Artifactory server as a post-build step so, naturally, I'm using the ...
3
votes
2answers
547 views
Updating Hudson and plugins
i was wondering which steps are the best to upgrade hudson and the plugins.
I'm running 1.347 at the moment. I once tried to update which resulted into a mess because some plugins were incompatible. ...
3
votes
1answer
288 views
Trigger periodic job in Hudson only if last execution of another job is successful
I have a job NIGHTLY that runs one time each night by a periodical timer.
Now I want to change so that the NIGHTLY job is only run if the last execution of another job FOO in Hudson is successful.
...
3
votes
3answers
1k views
Hudson git plugin won't clone repo on Linux
Alright, so I'm having some issues with my repo on github being cloned on my Hudson server which is running Fedora 8. The output is the usual error output when an error is encountered with git:
...
3
votes
1answer
257 views
Mercurial and Hudson on web hosting. Can I install Mercurial
I have a hosting package where I have a private Tomcat and I run Hudson. I wanted to start using Mercurial and BitBucket (which is fantastic btw), my problem is that Hudson or the Mercurial plugin ...
2
votes
1answer
46 views
Is it possible to trigger build of some specific revision remotely?
Is it possible to trigger build of some specific revision remotely?
As I can see it is possible to configure authentication token only.
But not revision.
Now I use following URL in SVN post-commit ...
2
votes
1answer
105 views
How to include pom version number into Jenkins e-mail notification?
How to include pom version number into Jenkins e-mail notification?
This is to notify test team about a sucessful build and the build version. For now, we can only send a generic e-mail without any ...
2
votes
2answers
148 views
Hudson subversion plugin: parameterized build failed to find credential
I tried to set up a parameterized build in Hudson. It is a string parameter that will be set when I trigger a build manually. This is the sample repository url.
svn://xxx/java/common/tags/${revision}
...
2
votes
1answer
65 views
Hudson email report for test failures
We use Hudson as our CI tool.
And i wanted to configure a hudson job to send the test report for failed tests for maven based project. (configuring mail subject for Unstable builds in editable email ...
2
votes
1answer
456 views
Jenkins/Hudson - accessing the current build number?
I have a report file I'm generating, and I would like to be able to add the current build number to that file within a Jenkins job. Is there an environment variable or plugin I can use to get at the ...
2
votes
2answers
39 views
IFraming remote content into project page (from URL in consoleoutput)?
All,
We have a testing application which creates its own reports in a web dashboard that we would like to have added to the Hudson project page for builds. At present the application outputs the URL ...
2
votes
6answers
937 views
Jenkins/Hudson upstream job does not get the status “ball” color of the downstream jobs
I have a job upstream that executes 4 downstream jobs.
If the upstream job finish successfully the downstream jobs start their execution.
The upstream job, since it finish successfully, gets a blue ...
2
votes
1answer
2k 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
149 views
How can a Dynamic View be accessed in Hudson from a Korn shell script?
Using a Clearcase Dynamic view, Hudson's job log shows cleartool's lsview, startview and lshistory commands are all successful.
However, the subsequent build script (SunOS Korn Shell) fails to access ...
2
votes
1answer
1k views
CI with Hudson and Cucumber
I want to use Cucumber with Hudson CI. Is that possible to run cucumber features inside hudson without using JRuby?
If yes can you please provide some simple steps on how to setup the Hudson?
Thanks.
...
2
votes
1answer
236 views
Running XVnc on multi-platform hudson slaves
I'm in the process of transitioning the Eclipse project build to run on Hudson. We run 64,000 JUnit tests on Windows, Linux and Mac each build. For Linux and Mac, we use the Xvnc plugin for ui tests. ...
2
votes
1answer
579 views
Finding Hudson Log Files
Does anyone know how to search a Hudson server for the incremental log files that are generated from running reoccurring JUnit tests? The Hudson dash board will show the last twenty tests, but we are ...
2
votes
1answer
207 views
Integrating GIT into Hudson
I have a Hudson project setup, basically "URL of repository" = D:/Development
Say I have a .NET solution under /SomeFolder/SomeProject/SomeProject.sln, how can I get Hudson to monitor the ...
2
votes
1answer
531 views
Unable to use Performance Plugin with Hudson
I have been trying to integrate JMeter test with Maven and Hudson. I came across this beautiful post on Maven JMeter and got it set up easily.
And then I got to know that Hudson has a performance ...
2
votes
1answer
93 views
Hudson — pulling source from multiple version control systems
I want to create a new hudson job that pulls sources from two version control system cvs and svn.
Is this possible. I dont want to move from cvs stuff to svn, because we will soon be moving to git.
...
2
votes
2answers
685 views
How can I speed up Sonar's package design analysis?
I maintain the build process for a large (> 500,000 LOC) Java project. I've just added a Sonar analysis step to the end of the nightly builds. But it takes over three hours to execute ... This isn't ...
2
votes
2answers
542 views
Hudson + Windows + GitHub + Git Plugin = really really slow fetch stage
I'm setting up my first Hudson + Git project (previously done many with Hudson + SVN). I expected the clone stage to be slow, as our repository is quite large, but subsequent builds where a fetch + ...
2
votes
3answers
251 views
hudson — weekend builds vs. continuous builds (short time)
I have Hudson to run builds as soon as changes have been made to any of the repositories.
There are some builds that I want to run once a week during the weekends, but with more special tests which ...
2
votes
1answer
385 views
hudson and vmware player or virtual box, windows slave
I am currently running ubuntu 10.4, I would like to be able to run windows XP from within that machine, using vmware player/workstation. I am not sure which is better for my situation.
I need to ...
2
votes
2answers
210 views
Hudson, setting a customized view as default
I made a very nice customized view for my various hudson jobs. I was wondering if it is possible to set a default hudson view so I when go to hudson it gives me my very nice customized view with build ...
2
votes
1answer
133 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.
2
votes
1answer
483 views
Hudson Subversion Release Manager Plug-in
Has anyone ever tried this plug-in?
http://wiki.hudson-ci.org/display/HUDSON/Subversion+Release+Manager
I don't see the releases link shown in the page after installing the plug-in.
Thanks.
1
vote
1answer
16 views
Can Hudson slaves run plugins?
We have a custom plugin for Hudson which uploads the output of a build onto a remote machine. We have just started looking into using a Hudson slave to improve throughput of builds, but the projects ...
1
vote
1answer
31 views
How to pass committers between jobs if only the first job refreshes sources from SVN?
There is one job which refreshes sources from SVN and builds these sources.
After build this job sends notification about build to committers.
Then this job triggers second job using "Trigger ...
1
vote
2answers
126 views
Jenkins UCM ClearCase plugin fails due to rights
I am using Jenkins with the source control plugin name UCM ClearCase.
It tries to create a view and fails with the error:
[onlysourcecode] $ cleartool mkview -snapshot -stream ...
1
vote
1answer
137 views
Why does the sonar plugin in jenkins build everything again?
I installed Jenkins on my build machine and in the Jenkins config checked the box to run sonar analysis on my maven based project. It works but if I look at the log my entire project is built twice. ...
1
vote
2answers
181 views
Hudson / Jenkins - Parallel vs Series Pipelines and Reuse of jobs
I have a series of Hudson jobs I want to run to test out various builds:
1) Build 1.17 on Server X
2) Build Trunk on Server X
3) Test1
4) Test2
I want to do run these jobs in series with each job ...
1
vote
2answers
162 views
How to write a Jenkins plugin that analyses sonar output?
Can anyone suggest the best approach to writing a Jenkins/Hudson plugin, that will analyse the output of a "Sonar" action?
The idea is that I want to do something like this:
a. Checkout Code > b. ...
1
vote
4answers
697 views
Jenkins Poll SVN builds constantly even with no new commits
I'm trying to setup Jenkins to poll from my SVN repo, and start a new build whenever it detects a commit has gone in. I've gotten the polling part working, but the building is rather overzealous, and ...
1
vote
1answer
120 views
Jenkins EC2 plugin: how to choose different security group
I am trying to use the EC2 plugin from jenkins to launch a slave agaent instance on AWS EC2. However I want to be able to specify my security group and as of right now it forces me to choose default. ...