Hudson plugins provide extensions to Hudson's basic capabilities. These include source code access, display, process control, and many others.
Questions tagged [hudson-plugins]
317 questions
3
votes
1 answer
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. Once from maven and once for sonar (still using…

Usman Ismail
- 17,999
- 14
- 83
- 165
3
votes
2 answers
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:
Build 1.17 on Server X
Build Trunk on Server X
Test1
Test2
I want to do run these jobs in series with each job waiting for the other to finish: Build 1.17, Test1, Test2,…

nflacco
- 4,972
- 8
- 45
- 78
3
votes
1 answer
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 are complaining for to many mails.
I need to find…

EmilyGeng
- 31
- 1
3
votes
2 answers
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 before 9am
Thanks!

DrakeAnderson
- 492
- 4
- 12
3
votes
1 answer
Configure Hudson to send build notifications to Mircrosoft messenger
Is it possible to configure Hudson to send build notifications to Microsoft Communicator (or Microsoft Lync) using its instant message plugin? If possible, please tell me how to do that? Thank you.

M99
- 1,859
- 10
- 28
- 50
3
votes
1 answer
Add item to Jenkins sidepanel
I'm developing a Jenkins plugin where I'm trying to add a link with an icon to the sidepanel under Manage Jenkins->Manage Nodes. My link would be placed just below "New Node".
I've implemented a simple Action, but what should I do with it to make it…

Fredrik Persson
- 31
- 1
- 3
3
votes
2 answers
Writing jenkins plugin: where is the documentation?
On my current project we're using Jenkins to monitor our builds. Now they want me to write a Jenkins plugin to add some more monitoring parameters.
I've taken a look at how the status monitor plugin works, and I can't figure some things out. I've…

Hugo
- 681
- 1
- 7
- 6
3
votes
2 answers
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 parallel.
Explanation:
we have many svn branches…

Vanchinathan Chandrasekaran
- 5,704
- 8
- 43
- 48
3
votes
0 answers
Jenkins - Show "Advanced" job parameters from drop down / advanced button
I have a Jenkins job where some parameters are optional but if they are changed they can fail the job almost instantly.
I added useful information next to each parameter, wrote "DO NOT CHANGE" next to those which are sensitive and even explained to…

ocp1000
- 571
- 1
- 5
- 12
3
votes
2 answers
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 Hudson-Artifactory plug-in to facilitate this. …

Sam T.
- 497
- 5
- 11
3
votes
2 answers
hudson filesystem-scm plugin Parameter 'directory' is not a directory
What I am trying to do is move the contents of C:/devel/Hudson/urmsSettopControl to slave1 C:/devel/HudsonSlave/workspace/Power Cycle and I keep getting this error, I have tried / \ and even leaving a \ at the end of the dir path to no avail. What…

Tim
- 59
- 1
- 5
3
votes
2 answers
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.
Also i want to delete some plugins is it…

kukudas
- 4,834
- 5
- 44
- 65
3
votes
3 answers
how do I get the username of the user who started a build in hudson
I'm using the groovy post build plugin.
http://wiki.hudson-ci.org/display/HUDSON/Groovy+Postbuild+Plugin
I'd like to access the username of the user who started the build. What is the correct variable for this?

Pablojim
- 8,542
- 8
- 45
- 69
3
votes
1 answer
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 plugin using with JMeter results could be directly…

Tarun
- 3,456
- 10
- 48
- 82
3
votes
3 answers
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 + merge is being used are just as long. The following…

metasim
- 4,793
- 3
- 46
- 70