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
2
votes
2 answers
Checkstyle report not displayed in Hudson dashboard
I meet same trouble. The checkstyle_report.xml is OK.
But the report can not display hudson dashboard.
How to fix this?
Thanks in advance!

sonnuforevis
- 1,311
- 6
- 22
- 38
2
votes
2 answers
Jenkins UCM ClearCase plugin fails due to rights
I am using Jenkins with the source control plugin name UCM ClearCase.
It tries to create a view and fails with the error:
[onlysourcecode] $ cleartool mkview -snapshot -stream ROLE_Test_Project_DevSG@\Vobname -tag SYSTEM_master_Test_ROLE_001_hudson…

Pulak Agrawal
- 2,481
- 4
- 25
- 49
2
votes
2 answers
Hudson Deploy error on Tomcat 7
I am deploying a WAR file with Hudson 2.1.2 Post Maven Build which fails with this error message. I have the Hudson deploy plugin installed
Deploying
C:\Users\Admin\workspace_astra\astra-maven\target\astra-maven-0.0.1-SNAPSHOT.war
to container…

Dieter 'user1027339'
- 203
- 5
- 16
2
votes
2 answers
How to include pom version number into Jenkins e-mail notification?
How to include pom version number into Jenkins e-mail notification?
This is to notify test team about a sucessful build and the build version. For now, we can only send a generic e-mail without any useful content in it.
I have tried the following…
user454043
2
votes
2 answers
Hudson subversion plugin: parameterized build failed to find credential
I tried to set up a parameterized build in Hudson. It is a string parameter that will be set when I trigger a build manually. This is the sample repository url.
svn://xxx/java/common/tags/${revision}
I got the following exception when I tried to do…

iamsan
- 31
- 5
2
votes
1 answer
Hudson email report for test failures
We use Hudson as our CI tool.
And i wanted to configure a hudson job to send the test report for failed tests for maven based project. (configuring mail subject for Unstable builds in editable email configuration section)
I used the template as…

crankparty
- 1,230
- 3
- 17
- 26
2
votes
2 answers
How to write a Jenkins plugin that analyses sonar output?
Can anyone suggest the best approach to writing a Jenkins/Hudson plugin, that will analyse the output of a "Sonar" action?
The idea is that I want to do something like this:
a. Checkout Code > b. Run Sonar > c. Email the developers their…

Andriy Drozdyuk
- 58,435
- 50
- 171
- 272
2
votes
2 answers
IFraming remote content into project page (from URL in consoleoutput)?
All,
We have a testing application which creates its own reports in a web dashboard that we would like to have added to the Hudson project page for builds. At present the application outputs the URL to the page for that build into the console…

MrChris
- 117
- 7
2
votes
2 answers
Github Integration with Hudson CI
What I have done so far:
Deployed a tomcat6.0 server to c:\www
Downloaded and deployed the Hudson.war in the c:\www\webapps folder
Installed the Github plugin
Created a private repository on Github
On the server, with hudson installed, generated…

aj-
- 21
- 1
- 2
2
votes
0 answers
Using UserNameResolver in Jenkins / Hudson
I'm trying to write a plugin that provides users' real name and email addresses from the data in our Active Directory. We use the ActiveDirectory plugin for authentication, which does not set these values (and, as far as I can tell, is unable to do…

Daniel Beck
- 6,363
- 3
- 35
- 42
2
votes
1 answer
Hudson: developing plugin but it's not appearing on my main page?
I'm trying to add a link to the main page of my jenkins.
After looking through some examples (I'm new at developing Jenkins plugins), it seems I just need to create a class that extends Notifier (you don't seem to need to define it anywhere else?)…

Hugo
- 681
- 1
- 7
- 6
2
votes
1 answer
Running XVnc on multi-platform hudson slaves
I'm in the process of transitioning the Eclipse project build to run on Hudson. We run 64,000 JUnit tests on Windows, Linux and Mac each build. For Linux and Mac, we use the Xvnc plugin for ui tests. The Xvnc binaries on the Mac are in a different…

k2moir
- 96
- 6
2
votes
1 answer
How to get a better performance from Hudson CI API?
I'm trying to write a little tool for myself that would integrate with Hudson build server. The current roadblock that I've hit is performance. I'd like to do a simple thing like have a list of all jobs and the times of last successful build. The…

Vilx-
- 104,512
- 87
- 279
- 422
2
votes
1 answer
Integrating GIT into Hudson
I have a Hudson project setup, basically "URL of repository" = D:/Development
Say I have a .NET solution under /SomeFolder/SomeProject/SomeProject.sln, how can I get Hudson to monitor the /SomeFolder/SomeProject folder in Git? I am new to git, so…

Andrew Boyd
- 171
- 1
- 12
2
votes
1 answer
Restarting build steps from the failure point on Hudson/jenkins
My requirement is , Say for example for a job on Jenkins/Hudson , i have configured three build steps which perform 3 separate tasks.
Step1: Execute shell script (echo $PATH)
Step2: Execute Shell Script (sgsh)
Step3: Execute shell Script (echo…

Goutham Nithyananda
- 21
- 1