Hudson plugins provide extensions to Hudson's basic capabilities. These include source code access, display, process control, and many others.

learn more… | top users | synonyms

0
votes
0answers
7 views

Hudson multi-project configuration

Goal: "Build war file and copy(deploy) in remote machines." What i have to do is I have one SVN and two locations one 'Trunk' and 'Branch'. And i have 3 remote machines. My ideas: ...
1
vote
1answer
47 views

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 ...
0
votes
0answers
19 views

Hudson Backup Plugin - Backup copy to remote system

I am using Hudson Backup Plugin, it is working fine but I have to put one copy of backup file in another Linux machine and one copy in local machine. But it not providing any pre-script or post-script ...
0
votes
0answers
18 views

how to execute .sql files in Hudson

I am new to HUDSON CI, I want to run the sql files during the build. Please suggest me how to do this in HUDSON, any plugins available for this. Thanks in advance.
0
votes
1answer
18 views

How to configure Hudson base distribution?

I am a total newbie to the Hudson administration, so my question is very 101: I downloaded hudson-3.0.0.war, which is said to be just the Hudson Core without any plugins included, and deployed it on ...
0
votes
1answer
24 views

jenkins plugin for checkingout a single modified file from svn

I have job in which developer changes a file and checkin back in svn. As soon as the developer checkin the file jenkins has to trigger a build and copy that changed file (not entire directory)from svn ...
0
votes
0answers
18 views

Jenkins\Hudson ENV length parameter

I have a string parameter branchName, and I want to set it to the build name with "build name setter plugin". ${ENV, var="branchName"} works normaly. But displaying name is to long. ${ENV, ...
0
votes
0answers
27 views

How to start different jobs as post-build action depending on some parameter in Jenkins?

Is it possible in Jenkins to start different jobs as post-build action depending on some parameter? For example my job is parameterized and user can choose what job should be started after current job ...
0
votes
1answer
252 views

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 ...
0
votes
1answer
33 views

jenkins plugin for triggering build whenever any file changed in a given directory

I am looking for functionality where we have a directory with some files in it. Whenever any one makes a change in any of the files in the directory, jenkins shoukd trigger a build. Is there any ...
1
vote
1answer
46 views

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 ...
0
votes
1answer
153 views

what is the difference between Jenkins Built in LDAP and Jenkins LDAP Plugin

I am confused with Jenkins LDAP Plugin and the LDAP that already comes with jenkins without installing any plugin. Does someone know what is the difference between Jenkins Built in LDAP and Jenkins ...
0
votes
0answers
36 views

how to pass parallel job's parameters to the join job?

i want do some work at the join job like sending mail, but i don't know how to get the parallel job's parameters. Take this as a example. https://wiki.jenkins-ci.org/display/JENKINS/Join+Plugin in ...
0
votes
2answers
51 views

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 ...
0
votes
1answer
46 views

How to show javascript (html?) graph in hudson

I have a piece of Javascript (html page??) that displays a graph of some data. The piece of code looks like: <html> <head> <!--Load the AJAX API--> <script ...
0
votes
0answers
26 views

Changing the Build button in jenkins

There are some parameterized jobs which are used for deployment purpose ( Deployment from dev to test or test to prod). While running these jobs after selecting the parameters there is a build button. ...
1
vote
2answers
185 views

Jenkins Dynamic parameters based on previously selected parameter value

Here i am basically looking for a dependency parameter. Let us say i have two drop downs in the build parameter section. Based on the value selected from the 1st dropdown the possible default ...
0
votes
1answer
21 views

Use hudson system variables in my plugin java file

i am looking for a way through which i can use a environment variable in Hudson. In hudson i am creating a parameterized build for a specific job with a boolean parameter say "Bool". Hence after ...
0
votes
1answer
28 views

hudson subversion plugin

is there a way to force Subversion Plugin to ask authentication to an SVN repository every time users launch a job ? In detail: we have a job that perform a checkout from an SVN branch and then ...
0
votes
1answer
88 views

Hudson Script Has Unexpected Stream Termination

I have a bat script that sets up Hudson in headless mode so that Jenkins can connect & perform automatic builds. The script has worked for 2 years. To fix a problem, IT tech changed the internet ...
0
votes
0answers
99 views

Redeploy existing Nexus artifact to Weblogic

I have a Hudson build job that builds a Maven project, and redeploys the resulting artifact to Nexus and to a remote Weblogic instance for testing. I'm trying to create a separate job that would ...
0
votes
1answer
32 views

Use Post-build Actions as Build steps

Is it possible to use Post-build Actions as Build steps? The problem I have is that the JIRA Hudson Integration Plugin doesn't allow me to use some steps as build steps, but just like Post-build ...
1
vote
1answer
188 views

How to call batch/groovy script located in jenkins slave from “Execute system Groovy script”?

Problem: I have a groovy script using which I get list of SVN change set. I execute this on Execute system Groovy script, because I has access to Hudson objects that helps me getting change set. ...
1
vote
1answer
239 views

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?
0
votes
1answer
127 views

Hudson + Custom Email

I am using Editable Email Notification plugin with Hudson. The version control tool used is SVN (Subversion). In the email extension plugin there is an option to send mail to "committers". If this ...
0
votes
0answers
80 views

Static code analysis jenkins plugin [closed]

I am looking for a jenkins plugin to count the number of lines per file and methods for C # and JavaScript. Do you know some?
0
votes
0answers
32 views

Emails for concurrent jenkins builds without waiting

I am using Jenkins 1.495. The problem is that when concurrent builds are enabled emails will not be sent until all the builds finish. I have followed the issue and it stems from the fact that all ...
0
votes
1answer
50 views

Hudson + Email Extension Plugin+ Add BCC and CC

I am using Email extension plugin with Hudson. There is only TO list option available with the plugin. Is there any way I can add CC and BCC options? Please guide.
1
vote
0answers
29 views

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 ...
0
votes
1answer
55 views

Hudson with Trac

Event provider HudsonTracPlugin failed for filters "Hudson Builds": IOError: Error getting build info from: ...
3
votes
2answers
145 views

How to wait for user prompt before triggered build in Jenkins

I have a powershell script I uses for daily releases which works fine. However, I am tasked to run this from Jenkins but I cannot seem to get the parameterised build to work. These are the steps the ...
0
votes
0answers
160 views

Fetching from orign failing

I searched for the below error ,especially "ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway",I couldnt get anything substantial,second error related to ...
1
vote
1answer
270 views

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 ...
1
vote
1answer
52 views

Hudson not recognising the changes + clearcase

I am using ClearCase plugin for Hudson. I have modified files in ClearCase . However when I run the Hudson build, it is not detecting any changes. > [workspace] $ cleartool lsview CKD_Delta * ...
3
votes
1answer
119 views

Cannot build a Hudson plugin using Maven

I cannot manage to build the Hudson plugin using Maven. Here is my pom.xml: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
0answers
26 views

Update database on every hudson build

I need to update my database automatically on every hudson build, please suggest me some plugins and steps for the same. Thanks Naveen.
0
votes
1answer
441 views

How to generate JUnit style XML report using TestNG?

I'm using TestNG framework for our integration testing. I want to generate JUnit style XML report using TestNG. My project does not use Ant but we use Maven. Can you please tell what is the format of ...
0
votes
0answers
28 views

How much time until Jenkins decides to add another node?

We are running Jenkins with the Amazon EC2 Plugin. When there are no slaves running, and you start a build, it will start a slave. However, if you have multiple builds for a slave fitting a certain ...
1
vote
0answers
381 views

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 ...
1
vote
2answers
378 views

Jenkins Parallel Trigger and Wait

I have 4 jobs which needs to be executed in the following sequence JOB A |------> JOB B |------> JOB C |------> JOB D In the above A should trigger B & C parallely ...
3
votes
1answer
458 views

How to include NodeJS tests into Gradle and Hudson?

We are a Scala/Java shop and we use Gradle for our build and Hudson for CI. We recently wrote some node.js code with tests in mocha. Is there anyway to get that included in our gradle workflow and ...
0
votes
1answer
75 views

Gradle Task Sudden Termination

I will briefly explain the issue: I am executing a gradle task through Hudson. The gradle task executes some groovy code. If I cancel the Hudson job, executing the gradle task, then the gradle task ...
1
vote
2answers
279 views

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 ...
4
votes
1answer
229 views

Gerrit trigger install for Jenkins

I'm completely stuck with Gerrit Trigger install. I installed Jenkins ver. 1.482 with the Gerrit Trigger (v2.6.0) plugin. I'm not able to configure it. I installed a test gerrit server (v2.4.2). I ...
2
votes
0answers
29 views

Installing Jenkins plugins via API? [duplicate]

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 ...
0
votes
0answers
101 views

NullPointerException only when redeploy application on Tomcat6

I am facing a problem when I redeploy my application on Tomcat6. The environment is Apache Tomcat 6.0.24, Hudson 2.2.1 (using deploy plugin which redeploy the application) and my app uses Spring ...
0
votes
2answers
136 views

Hudson File SCM Plugin

We use Hudson CI as our build tool , when we refer to file system in the same server machine,where Hudson is running ,there was no problem. But when we used File SCM plugin to point to file system ...
0
votes
1answer
293 views

Install M2 Release Plugin 0.9.1 on Hudson 2.2.1?

Has anyone successfully installed the latest M2 Release Plugin (http://wiki.hudson-ci.org/display/HUDSON/M2+Release+Plugin or https://wiki.jenkins-ci.org/display/JENKINS/M2+Release+Plugin) on Hudson ...
1
vote
1answer
287 views

Jenkins Mac Slave Error

I have a Jenkins Server (Linux) with connection with Bitbucket. For iOS projects, I needed to create a connection to a Mac OS slave, but in the slave, I can't connect to the Bitbucket repo and make ...
0
votes
0answers
73 views

How to use hudson to post a code-review request to reviewboard?

Recently, I was trying to combine reviewboard plugin into hudson. I use Hudson ver. 2.2.1 and reviewboard plugin ver. 1.0.0. I already installed the Perforce Plugin on hudson. Reviewboard was not ...

1 2 3 4 5