Hudson is an extensible continuous integration server written in Java and capable of running on Linux, OS X and Windows.
2
votes
0answers
42 views
Why does 'pod update' produce 'stty: stdin isn't a terminal' on Hudson?
I'm using cocoapods and calling 'pod update' in the my job's build step on our Hudson server.
Here is the log:
+ pod update
Resolving dependencies of `./Podfile'
Updating spec repositories
stty: ...
0
votes
0answers
17 views
Move artifacts instead of copy after Hudson build
We are using Hudson v.2.2.1
I noticed that Hudson makes a copy of the generated artifacts instead of a move. Is there a way to run any type of script after build that could remove those artifacts?
I ...
0
votes
1answer
54 views
How to add a file to download into Jenkins/Hudson plugin
I need to add a file for downloading to a plugin, which provides a build step. I want to put link to it into a HTML help file for a build step field, and also be able to paste the link to e-mails etc.
...
0
votes
1answer
58 views
Jenkins NUnit test reports are not rendering in emails
I have installed the following plugins on my Jenkins:
NUnit
xUnit
Email-ext
Then I pointed the paths to my NUnit reports *.xml's in plugin settings (I tried both Nunit and xUnit plugins). After ...
0
votes
1answer
133 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
1answer
28 views
In Hudson, when seeing the TestNG results, is there a way of displaying the parameters the test methods were run with?
I'm able to see the tests that were run, but I'm trying to display the parameters that were passed to them when using the testNG @Parameters annotation.
1
vote
0answers
95 views
pending - Waiting for next available executor in Hudson
In hudson, am getting "pending - Waiting for next available executor" while building my job.Its showing Build Executor status as "Dead(!)"
Can anyone tell how to overcome this issue?
how to make ...
0
votes
0answers
35 views
Jbehave behaves differently under Eclipse and Hudson
I am using Jbehave+Selenium to test a web application.
When doing maven-install under Eclipse, all stories are found correctly and executed:
[INFO] Using controls ...
1
vote
1answer
338 views
Run local Selenium Tests via Jenkins/Hudson
I would like to run local Selenium test script written in Java, via Jenkins/Hudson. Is it possible to run scripts from my local windows machine? So far I have written some simple Selenium tests in ...
0
votes
1answer
26 views
Jenkins: conditionally start a project
Jenkins builds the setup projects of our software suite. Afterwards, it starts a virtual machine with XP, installs our software, performs some tests, and shuts the VM down. Next, the same installation ...
0
votes
1answer
103 views
String.format not a function
I'm using HTML publisher in hope to have a html page with some javascript codes running on hudson. The HTML code is like this:
<html>
<head>
<!--Load the AJAX ...
0
votes
1answer
60 views
Command /usr/bin/lipo failed with exit code 1
I am using Hudson Continuous Integration for first time with my iOS project and while building the project I am getting following error.
...
0
votes
1answer
92 views
How can I trigger Jenkins builds from multiple private GitHub repositories?
I've got a Jenkins box configured to build multiple projects that are hosted privately on GitHub. Each project has been assigned its own deploy key and is aliased via ~/.ssh/config as mentioned in ...
0
votes
0answers
21 views
Hudson Job failed if I add deploy step
I have a hudson job and the build will fail if I add deploy step. But from the log I can see that the deployment is successful and all the compilation and testcase are successful too. The following is ...
0
votes
1answer
108 views
Jenkins - could not read Username for 'https://github.com': No such device or address
I'm trying to set up Jenkins / Hudson on my Ubuntu PC. That's not the problem but I set an Android job with the following commands:
export CLEAN=false
export LUNCH=cm_ace-userdebug
export ...
0
votes
1answer
12 views
Is it possible to add some information to the project to be built from QueueTaskDispatcher?
QueueTaskDispatcher decides if some project could be started.
But I need not only decide if some project could be started, but also decide with what custom parameters it should be started.
And start ...
0
votes
0answers
34 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
48 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
45 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
25 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
162 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
0answers
29 views
Hudson unable to open browser using jsTestDriver
Trying to run a test case that pops up an alert window. this is not working in hudson but the same working fine in command prompt
Error: It shows a window stating "Interactive Service Detection" and ...
2
votes
1answer
52 views
Can i use external jdk path inside websphere
I am getting error bad version java
because hudson builder use java 1.7 where webspare use default 1.6.
how can i change my 1.7 java path inside websphere.
1
vote
1answer
30 views
Hudson Subversion @HEAD
we're using Hudson 2.2.1 with SVN plugin 2.3.8. The subversion server itself is 1.6.11 .
Recently, we changed our SVN repository to use SSL und LDAP credentials, i.e. the urls have been changed from ...
0
votes
1answer
20 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
0answers
86 views
Hudson job unable to authenticate svn credentials
I'm configuring a Hudson job to use subversion repository (installed the Hudson Subversion Plug-in 2.3.8-h-1), however Hudson is unable to authenticate:
Unable to access https://user/svn/myRepository ...
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
82 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
1answer
51 views
Adding an .exe as a build step in Hudson
i'm busy configuring my hudson server for an AS3 project.
I need a few steps to get to a succesful build.
get recent files from perforce
execute NAnt script
let hudson build project with the ...
1
vote
0answers
22 views
JUnitPerf Sample XML
I have a custom stats module for some load tests on a prototype app, and I'm trying to get them into a Hudson CI server. Hudson can read JUnitPerf XML output, but I don't know what that XML looks ...
0
votes
1answer
44 views
Allow running some jobs when Jenkins/Hudson is in shutdown mode
Normally, selecting "Prepare for Shutdown" under "Manage Jenkins" prevents new jobs from being started (and I guess it's identical behavior under Hudson).
Now I'd like to run some maintenance jobs ...
0
votes
1answer
163 views
Jenkins doesn't execute shell scripts in case of build failure
I have a build step in Jenkins job, which executes a shell script. When build failes, it is omitted. What can I do to avoid this and execute my script with any build state?
0
votes
1answer
55 views
Need Sample Grails Maven Projects
I am doing some project on Grails. Till now, I am using IVY to build/run. Now i plan to move to maven build for my Grails.
I keep searching and reading for projects and materials. But i did not find ...
0
votes
2answers
63 views
how to integrate Hudson with Sonar For C#( dotnet projects)
I am working on Hudson with Sonar without Using Maven.I successfully configured Hudson and it works but I don't know how to integrate sonar with hudson after builds I need to run the code analysis.
...
1
vote
2answers
192 views
How to wait for job to finish when using jenkins-cli.jar to run a slave job?
I have a Jenkins slave ( at localhost:8000 ) and I am executing it ( link ) from a Jenkins Master ( at localhost:8080 ). The basic idea here is to run the remote job and wait until the job is ...
0
votes
1answer
104 views
I get a 404 not found when I use WGet to trigger a remote Jenkins job
I get a 404 not found when I use WGet to trigger a remote Jenkins job. Authentication is turned off in Jenkins slave (that is the default). Is there a way to get this to work? I would rather not ...
0
votes
0answers
96 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
44 views
How to use Hudson / Jenkins parameterized value in the CollabNet File Release name
I have a parameterized value for my Release name. When I try to use that value in the CollabNet File Release add-in for the Release value, it gives me the following error:
CollabNet FileRelease: ...
4
votes
3answers
140 views
Maven: Let “mvn -Pjenkins” be the same as “mvn clean install pmd:pmd javadoc:aggregate”
We have a number of Maven jobs in our Jenkins instance, each with their own particular invocation string specified in the build configuration similar to
mvn clean install ...
2
votes
1answer
331 views
Hudson/Jenkins Git build all branches
We have a lot of developers creating feature branches that I would like to build. Nightly we run a code quality tool that needs to run on every branch. I also would not like a static configuration ...
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 ...
0
votes
0answers
108 views
Jenkins/Hudson tools/best practices for increment version - build - run tests - deploy - report
I am looking for a reusable way I can build such piplines for various projects should be compiled with different compilers on separate branches.
The environment:
mainly C++ code in Visual Studio ...
0
votes
1answer
139 views
How to exclude classes from cobertura analysis in sonar report when running from Jenkins/Hudson Plugin?
There is some classes I want to exclude from my cobertura coverage analysis:
- com.foo.NiceStuff
- com.foo.CoolStuff
This is the only way I know to exclude them:
<plugin>
...
0
votes
1answer
24 views
Find workspace of a particular job in Hudson CI
I am writing a Hudson CI plug-in.
Question: Is there any function which will give me the workspace for a particular job?
I need to traverse this workspace to get the files in these ...
0
votes
0answers
45 views
Run Hudson as Windows Service on different port
I am running Hudson as a windows service on windows 7. I did this by downloading the latest version as a war file from http://hudson-ci.org/download/war/. I put the war file in C:\Build\Hudson, and ...
1
vote
1answer
102 views
How to IMPORT or ADD and COMMIT UNVERSIONED COPY to Subversion using SVNAnt in Hudson?
We are running Hudson ver. 1.395 as CI server and StarTeam as Repository. We are planning to move to Subversion as Repository(Hudson Server Plugin 2.3.3 installed). There is no issue in checking out ...
0
votes
0answers
30 views
Is pexpect the right tool for subprocess?
We have an app.exe that uses another 3rd party installation wizard app, InstallAnywhere, to install our application.
It is a text-based wizard - meaning a new shell is spawned (and the child process ...
0
votes
0answers
15 views
Hudson slave grouping
We are running Hudson 2.2.1 over a master/slave network.
We have 5 build machines, with up to 3 VMs (VirtualBox) on each to handle the different types of builds we require.
Of the 3VMs, 1 is ...
1
vote
1answer
140 views
Jenkins/Build workflow: Provide result of one parallel executed job to multiple jobs
Try to implement following workflow in Jenkins: A trigger starts the parallel jobs A, B, C and D. As soon as A, B and C finish the job X should start and the same for job Y, it should start after C ...
1
vote
2answers
248 views
Hudson / Jenkins or Bamboo, Can you store build plans in svn / git?
We would like to keep a record of plans in svn or git so we can see what steps have changed in them over time. Is this possible with Hudson/Jenkins, or Bamboo?




