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
1 answer
Jenkins not working
I added some new tasks, then I am getting error while run job or change the job configuration and save.
Status Code: 500
Exception: java.lang.RuntimeException: Failed to serialize hudson.model.AbstractProject#blockBuildWhenDownstreamBuilding…

Sun
- 3,444
- 7
- 53
- 83
2
votes
2 answers
Jenkins plugin for checking out a single modified file from SVN
I have a job in which the developer changes a file and checks back in in SVN. As soon as the developer checks in the file, Jenkins has to trigger a build and copy that changed file (not entire directory) from SVN to a target server.
For example, a…

Kishore Tamire
- 2,054
- 5
- 23
- 25
2
votes
1 answer
Hudson and CCRC integration
I am trying to configure the Clearcase Remote client with Hudson build.
I downloaded clearcase.hpi file.
There are 2 options Base Clearcase and UCM clearcase, i don't know which to use (not well know about CC).
So started with BaseClearcase.
given…

JAVAC
- 1,230
- 3
- 17
- 38
2
votes
0 answers
Expanded env variable in name of local subdirectory for repo
I'm trying to configure a parameterized local subdirectory based on some environmental variables (such as BUILD_ID or BUILD_NUMBER) in Hudson version 3.0.0 with GIT plugin.
When I put something like "code-$BUILD_ID" in the configure page of the job,…

Thor69
- 233
- 3
- 9
2
votes
0 answers
Installing Jenkins plugins via API?
Possible Duplicate:
How to install plugins in jenkins, with the help of jenkins remote access API?
Is there a Jenkins API call which enables remote plugin installation?
The documentation implies that possibility, but I can't seem to find it…

ddario
- 1,015
- 3
- 12
- 25
2
votes
0 answers
Hudson build timeout plugin
Do you guys know how to check out hudson build timeout plugin's source code ?
I could find only the jenkins build timeout plugin's source code.
https://github.com/hudson-plugins doesn't contain build-timeout plugin

crankparty
- 1,230
- 3
- 17
- 26
2
votes
3 answers
Jenkins/Hudson job parameters at runtime?
PROBLEM
Let's say I have a jenkins/hudson job (for example free-style) that takes two parameters PARAM_ONE and PARAM_TWO. Now, I do not know the values of those parameters, but I can run some script (perl/shell) to find values of those parameters…

Gogi
- 1,695
- 4
- 23
- 36
2
votes
1 answer
How to use Email-ext and Log Parser (with jelly script) pluins in Hudson/Jenkins?
How to use Log Parser with Email-ext plugin to get parsed console output via e-mail?
I use ${JELLY_SCRIPT,template="html"} to get formatted message.
After installing and configuring Log Parser Plugin, I still getting emails with not parsed console…

Russian Bear
- 147
- 1
- 1
- 9
2
votes
1 answer
How do I deploy a grails application built on hudson to JbossAS 7?
We have a grails application that we build using hudson. Hudson used to deploy the generated war to tomcat through the tomcat-manager. Now that we are moving to JBoss 7, there is no obvious step available in hudson to deploy to JBoss7. Is there are…

Amit
- 606
- 17
- 29
2
votes
1 answer
Subversion radio button is not available in Hudson
I got the latest hudson running in jetty and it has maven 2/3 project type indicated as legacy. When I try to configure the project, there is no "subversion" radio button..Only CVS, git is available.I hear subversion plugin comes default with hudson…

ghTvNath
- 357
- 2
- 6
- 25
1
vote
1 answer
Can´t install Hudson Plugin after update Hudson
I got a problem with Hudson Plugins installation and I can´t find a solution.
Environment:
Server: Tomcat 6.0.16
System: Ubuntu 10.4
Hudson: Hudson 2.2
Java Version: JDK 1.7.0_03
My problem:
I updated Hudson from version 2.1 to 2.2. all builds…

Seffel
- 397
- 2
- 14
1
vote
1 answer
Use another plugin in own hudson plugin?
I'm developing my own hudson plugin and can not find a really comprehensive documentation.
How can I connect to the artifactory plugin to get a list of artifacts? The artifactory plugin is installed in hudson but I don't know how to instance…

Stephan
- 4,395
- 3
- 26
- 49
1
vote
1 answer
Jenkins/Hudson not building
I'm trying to set up a Jenkins build server, however the build just doesn't seem to be running any of the build tasks in the 'build' section.
I've been trying to use msbuild, and also a simple shell script, but every time I do a build it neither…

ChrisD88
- 25
- 4
1
vote
1 answer
How to pass committers between jobs if only the first job refreshes sources from SVN?
There is one job which refreshes sources from SVN and builds these sources.
After build this job sends notification about build to committers.
Then this job triggers second job using "Trigger parameterized build on other projects" plugin.
Second job…

Volodymyr Bezuglyy
- 16,295
- 33
- 103
- 133
1
vote
1 answer
Display output of a job in Jenkins
I am using Jenkins to run a simple script which displays output on the console. Now what I want is the output of the job is displayed on Jenkins dashboard somewhere.
Let us say the build script just does a dir. Now I want to be able to click on the…

Pulak Agrawal
- 2,481
- 4
- 25
- 49