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
5
votes
4 answers
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. As I can see the only important things in this…

Dmitry
- 3,028
- 6
- 44
- 66
5
votes
1 answer
Jenkins stapler requests fail with no valid crumb
I'm working on a Jenkins plugin and I'm now stuck at a point where I'm trying to get the return value of a method using a JavaScript proxy as described here.
I simply want to call this kotlin method:
@JavaScriptMethod
fun getMonitoredJobsAsJSON():…

conversation.16
- 426
- 2
- 13
- 28
5
votes
2 answers
.cvspass file generation to configure hudson tool
Please help me in generating the .cvspass file to configure hudson tool .

scott
- 51
- 1
- 3
5
votes
2 answers
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 that the JUnit test results graphs show the…

gareth_bowles
- 20,760
- 5
- 52
- 82
5
votes
2 answers
Possible to make Hudson more resilient to minor networking hiccups?
So, I have several jobs on Hudson that take 3-6 hours to run. The slave machines are a variety of different Windows operating systems running on VMs. Sometimes, there will be a minor hiccup that apparently will cause a socket that's been open for 6…

Earlz
- 62,085
- 98
- 303
- 499
4
votes
2 answers
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.

Reza
- 1,478
- 1
- 15
- 25
4
votes
1 answer
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 looking for a log file that holds a complete…

Peter Rutledge
- 111
- 2
- 4
4
votes
2 answers
Upload plugin to hudson not working
Im trying to make use of an email-ext plugin for hudson that was developed by chetan here.
It allows for rich text email to be used in the content of email notifications from hudson.
The problem is I cant seem to upload the .hpi file
I go to Hudson…

Geoff Stelling
- 41
- 2
4
votes
1 answer
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.
Note:
Job FOO is run many times each day and is…

ki_
- 619
- 1
- 10
- 21
4
votes
2 answers
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 a severe problem (it happens overnight), but I'd…

Zac Thompson
- 12,401
- 45
- 57
4
votes
1 answer
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 doesn't bundle Mercurial in the same way it does…

Shawn Vader
- 12,285
- 11
- 52
- 61
4
votes
2 answers
How to wait for user prompt before triggered build in Jenkins
I have a powershell script I uses for daily releases which works fine. However, I am tasked to run this from Jenkins but I cannot seem to get the parameterised build to work. These are the steps the script takes to do a deployment.
Deploy to…

George France
- 43
- 1
- 3
4
votes
1 answer
Gerrit trigger install for Jenkins
I'm completely stuck with Gerrit Trigger install. I installed Jenkins ver. 1.482 with the Gerrit Trigger (v2.6.0) plugin. I'm not able to configure it.
I installed a test gerrit server (v2.4.2). I have an admin user. I tried to configure Gerrit…

Hubidubi
- 850
- 4
- 18
- 34
4
votes
4 answers
Is there a plugin that ties Jenkins' builds to Maven (Nexus) artifacts
I was wondering if there is a Hudson/Jenkins plugin that ties repository artifacts to the build that created them? I was looking at the question "remove artifacts from nexus repository" and thinking that deleting a build in Jenkins should also…

Randolph
- 451
- 10
- 24
3
votes
1 answer
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 script to call build remotely after…

Volodymyr Bezuglyy
- 16,295
- 33
- 103
- 133