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
88
votes
4 answers
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 current build number?

Stefan Kendall
- 66,414
- 68
- 253
- 406
65
votes
5 answers
How do I 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 process for completely removing a Jenkins (Hudson)…

Jim Hurne
- 7,187
- 4
- 44
- 44
41
votes
8 answers
Maven Cobertura plugin not generating coverage.xml
I am trying to generate a coverage.xml so that I can reference it in Cobertura plugin of Hudson, but the file is not being created.
I've added the following to my POM
…

kjl
- 912
- 2
- 9
- 15
33
votes
4 answers
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: Command returned status code 128:
*** Please tell me…

takeshin
- 49,108
- 32
- 120
- 164
27
votes
7 answers
Jenkins Dynamic parameters based on previously selected parameter value
Here I am basically looking for a dependency parameter.
Let's say I have two dropdowns in the build parameter section. Based on the value selected from the first dropdown the possible default
I want the values of the second dropdown to vary.
Is…

Kishore Tamire
- 2,054
- 5
- 23
- 25
25
votes
4 answers
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 for class: Script1
I get this with the…

avijendr
- 3,958
- 2
- 31
- 46
20
votes
2 answers
What is the difference between Selenium's 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 situation is I am testing a web application by…

KJW
- 15,035
- 47
- 137
- 243
20
votes
3 answers
I can't find "Restrict where this project can be run" in the configure page
I use Jenkins,I can't find "Restrict where this project can be run" in the configure page,should I add some plugins? which one?

Tracy Theron
- 343
- 1
- 6
- 15
19
votes
4 answers
Marking upstream Jenkins/Hudson as failed if downstream job fails
I am using Parameterized Trigger Plugin to trigger a downstream build.
How do I specify that my upstream job should fail if the downstream fails? The upstream job is actually is dummy job with parameters being passed to the downstream.

Quintin Par
- 15,862
- 27
- 93
- 146
19
votes
6 answers
Running a parameterized job at a particular time in jenkins
I have a parameterized job which I want to schedule it to run at a particular time. Is there anyway I can choose my parameters and schedule it to run.
Thanks in advance

Kishore Tamire
- 2,054
- 5
- 23
- 25
16
votes
5 answers
How downstream job uses the git commit that is passed by upstream job?
I have two jobs(A and B) that I want to B is triggered by A with the git commit used by A after A is successfully built.
The build trigger plug-in supports trigger the downstream job with the git commit used in the upstream job.
My question is how…

Kane
- 8,035
- 7
- 46
- 75
16
votes
3 answers
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 gotten Hudson to find it. But now it…

AFoglia
- 7,968
- 3
- 35
- 51
15
votes
3 answers
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 working on the issue
Who is working on the…

mericano1
- 2,914
- 1
- 18
- 25
15
votes
2 answers
How to set an environment variable programmatically in Jenkins/Hudson?
I have two scripts in the pre-build step in a Jenkins job, the first one a perl script, the second a system groovy script using the groovy plugin. I need information from the first perl script in my second groovy script. I think the best way would…

Gogi
- 1,695
- 4
- 23
- 36
12
votes
2 answers
Is there a "Who Broke the Build" plugin for Jenkins?
Is there a plugin for Jenkins that can keep track of who keeps breaking builds over a period of time? Graphs would be good.
I'd like to bring (additional) shame upon the developers who keep checking in breaking changes.

JackAce
- 1,407
- 15
- 32