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
12
votes
2 answers
How to display a hyperlink in hudson/jenkins build output console
How do I display a hyperlink (weblink) in hudson/jenkins build output console?
What I'm trying to achieve is, during a hudson/jenkins build based on certain condition, I would like to display a hyperlink.
When a user click on that link, it should…

enthuguy
- 405
- 2
- 8
- 20
11
votes
1 answer
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 -Dgrails.env=integration in the Properties input of the…

z00bs
- 7,518
- 4
- 34
- 53
11
votes
1 answer
Aggregate multiple upstream SCM changes in downstream job
On my current project, I have several dozen "sub-projects", each with trunk and branches (legacy setup, can't change it)
There are multiple commits on a branch, let's say 5, and then a branch is reintegrated to trunk. When a branch is reintegrated…

Slav
- 27,057
- 11
- 80
- 104
11
votes
1 answer
How to make a Jenkins/Hudson job surveil some others jobs and decide whether to build or not?
PROBLEM
Given that all the jobs have string LEVEL_X in it's job name, where X is a number > 1. I want every job with X = n to surveil every job with X = n-1, and start building if each of them is finished with success. And I want the job with X = n…

Gogi
- 1,695
- 4
- 23
- 36
10
votes
1 answer
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 which use the custom plugin are failing to deploy…

Rich
- 15,602
- 15
- 79
- 126
10
votes
2 answers
How should I validate Jenkins build parameters on the front-end to enable/disable the build button?
I have complex jobs with a lot of parameters, is there any way to validate those parameters using JavaScript form validation or with some other methods, and if the user's input isn't not correct, i'll show an error message and also disable the build…

Alex Brodov
- 3,365
- 18
- 43
- 66
10
votes
4 answers
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 errors I'm running into in the git polling log...
I…

user1927233
- 151
- 1
- 2
- 11
9
votes
3 answers
Hudson/Jenkins Plugin development: how to get environment variables of other plugin
I'm in a somewhat old Hudson configuration. We have an in house developed plugin that query a Nexus repository and set some job parameters. The plugin is in Java.
We also use the depreacated SetEnv Plugin, where we set a bunch of environment…

neves
- 33,186
- 27
- 159
- 192
9
votes
0 answers
Is it possible to integrate Jenkins and whatsapp?
Is it possible to integrate Jenkins and WhatsApp?
Trying to send notifications from Jenkins on build status

enthuguy
- 405
- 2
- 8
- 20
9
votes
3 answers
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 windows machine, but how do i link the slave to report…

Mahdi Yusuf
- 19,931
- 26
- 72
- 101
9
votes
4 answers
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 have problems.
Is there a Hudson plugin that will…

Andrew Hopper
- 956
- 2
- 9
- 20
8
votes
4 answers
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 right now it is rebuilding every time it polls -…

lightstrike
- 954
- 2
- 15
- 31
8
votes
2 answers
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 SubAgent
Triggering a new build of XXXX #126
Finished:…

Gadolin
- 2,636
- 3
- 28
- 33
8
votes
5 answers
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 ball (build result=stable), but even tough the…

victorgp
- 882
- 1
- 13
- 22
8
votes
1 answer
Creating SSH keys for Gerrit and Hudson
I'm trying to use the Hudson Gerrit Trigger plug-in.
For whatever reason, Gerrit is not accepting the SSH key located at /var/lib/hudson/.ssh/id_rsa.
In the GUI I get Connection error : com.jcraft.jsch.JSchException: Auth fail as an error, and when…

Josh Smith
- 14,674
- 18
- 72
- 118