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
2 answers
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 history, and pie and bar graphs. Just makes it…

Mahdi Yusuf
- 19,931
- 26
- 72
- 101
3
votes
4 answers
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:
Started by user anonymous
Checkout:workspace /…

Matt W
- 6,078
- 3
- 32
- 40
3
votes
2 answers
Last Successful Artifacts List
I would like to create an archive of the *.jar files in hudson. Currently it does not list the *.jar files created by the build. Is there an addon for this, or is there setup required, if so where?
Here is what I would like it to look like.…

Mahdi Yusuf
- 19,931
- 26
- 72
- 101
3
votes
1 answer
Jenkins Pull Request Builder
I setup Jenkins with a Parent and Child job. Parent job is configured to execute on pull request and Child job is triggered by Parent job.
My parent job configuration,
Under Source Code Management section,
Repository URL:…

josh
- 13,793
- 12
- 49
- 58
3
votes
3 answers
Hudson Subversion Release Manager Plug-in
Has anyone ever tried the Hudson Subversion Release managerplug-in?
I don't see the releases link shown in the page after installing the plug-in.

Ricky
- 34,377
- 39
- 91
- 131
3
votes
2 answers
How to use Checkstyle plugin in Jenkins/Hudson
I am interested to know how to use CheckStyle.
I am doing static code analysis in Hudson, as first part, I installed Static Analyser and CheckStyle plugins in Hudson. But I am not able to find out how to use it in official Hudson checkstyple page…

Sun
- 3,444
- 7
- 53
- 83
3
votes
2 answers
Hudson cannot find powershell after update to powershell 3
One of my jobs had need for the ConvertTo-Json commandlet available in powershell 3.0 So I installed WMF 3.0 on our Windows Server 2008 R2 (SP1) box. After a restart all my powershell using jobs result in the error:
[workspace] $ powershell.exe "&…

George Mauer
- 117,483
- 131
- 382
- 612
3
votes
2 answers
How to manage shared resources between jobs in Jenkins/Hudson?
We have several jobs that run our application on different DB schema.
Now each job uses its own DB schema.
It's now very convenient.
If the same job is started several times then these builds will be executed one by one, not in parallel, because…

Volodymyr Bezuglyy
- 16,295
- 33
- 103
- 133
3
votes
1 answer
Cannot build a Hudson plugin using Maven
I cannot manage to build the Hudson plugin using Maven.
Here is my pom.xml:

user1857280
- 31
- 1
3
votes
0 answers
Deploy war on tomcat by hudson using maven cargo plugin
i am using Hudson for CI . I have used copy artifact plugin which copies newly formed build to maven repository and maven's cargo plugin is used to deploy war on tomcat7x container.When there id no war in tomcat webapps and Hudson job is scheduled…

Rohit Kumar
- 1,018
- 3
- 12
- 23
3
votes
2 answers
Disable/enable Jenkins plugin per job/node
Is there a way to disable/enable plugin per job or slave node?
I'm looking for a way to do that because jenkins admin in my company has concerns about security issues come with groovy system plugin and wants to disable the plugin for all jobs but…

sardok
- 1,086
- 1
- 10
- 19
3
votes
2 answers
Build status jenkins
How can i access jenkins build status at runtime without email-ext plugin?
i want to access build_status using environment variable of jenkins. Or Any other way to access build status variable of jenkins?

Chikku
- 61
- 2
- 10
3
votes
1 answer
Jenkins/Hudson Upload to Testflight
I have a jenkins job using xcode to build my ipa file. That is all working great. Right now I just have the Marketing version set to ${BUILD_ID} and the technical version set to ${BUILD_NUMBER}. I also have Release configuration specified and my job…

UWSkeletor
- 921
- 2
- 7
- 14
3
votes
3 answers
Get last successfull build on Hudson
I was wondering if anyone know of a way or a plug in to get the last build version with result of success from a particular Hudson job using the CLI somehow.
I can see this result is held in the [DateTime]\build.xml file so I could write something…

Rubans
- 4,188
- 6
- 40
- 58
3
votes
3 answers
Redmine plugin don't work in hudson
I'm having redmine 1.4.1 and hudson 2.2 installed.
after migration the redmine 1.1 to 1.4.1, the plugin of redmine0.9 stop working in the hudson.
When commit messages contain redmine keywords like "refs" or "closes", the redmine plugin
detects the…

Xosler
- 275
- 4
- 13