Tagged Questions
0
votes
0answers
13 views
Allowing jenkins to access contents of currently logged in user folder
I am using Jenkins to build my project in a Linux machine. During build operation files are read from a source location and files are to be copied to a new destination location.The source and ...
1
vote
2answers
32 views
How does the continuous integration game (ci-game) plug in in Hudson/Jenkins with multiple committers
I am trying to implement the ci-game in our Hudson to capture who is breaking the build most of the time. Here and again here, it is explained that this plugin adds scores to comitters for successful ...
1
vote
1answer
19 views
What URL will get the status code (result) of the last Jenkins job?
I am wondering if anyone knows what URL is required (as a GET or POST) that will get the status code (result) of the last Jenkins job (when the build# is not known by the client calling the GET ...
-1
votes
1answer
33 views
How to uninstall jenkins from ubuntu [closed]
I use Jenkins as an continuous integration server and now, I try to re-install Jenkins. So I search how to uninstall Jenkins from my computer and install safety Jenkins. Can you help me there is way ...
0
votes
1answer
29 views
svn: Processing REPORT request response failed: The element type “META” must be terminated by the matching end-tag “</META>”
I am getting some error like this, while checkout from svn in Jenkins. I deleted all the workspace and run the Jenkin job, then I run multiple times even same error.
Building in workspace ...
-1
votes
0answers
13 views
How can i create Projekts with Template Projekt [closed]
People
I want find a Plugin for Template-Project in Jenkins, the user can import config.xml data directly from SVN or disk, then you can get a ready-configured project. but the Plugin "Template ...
0
votes
0answers
26 views
Hudson hangs on “Started by user anonymous”
My hudson job just started hanging at the start of the build, output looks like:
Started by user anonymous
[spinner]
It can be in this state for several hours, I don't know what can be wrong. Any ...
2
votes
1answer
35 views
Hiding hudson behind apache
I'm pulling my hairs out on this one. I'm running Hudson on a server and want to place it behind an Apache running on Ubuntu. So I installed the apt sources and the Hudson package and it is up and ...
0
votes
0answers
18 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
21 views
Null pointer for Jenkins …org.apache.commons.digester.Digester.getXMLReader(Digester.java:1068)
I am a new user of Jenkins. I am using weblogic 10.0.1 and I am trying to build my project using svn link and ant build.
However I am getting following error. I don't understand is any jar is missing ...
0
votes
3answers
52 views
last committed revision number of a SVN branch
We have multiple branches in SVN and use Hudson CI jobs to maintain our builds. We use SVN revision number as part of our application version number. The issue is when a Hudson job check out HEAD of a ...
0
votes
0answers
31 views
jenkins gives NoSuchMethodError after checking out from SVN
Jenkins build fails silently after checking out and gives following exception. What could be wrong with the setup ?
FATAL: javax/xml/parsers/SAXParserFactory.setXIncludeAware(Z)V
...
1
vote
0answers
38 views
How to setup jenkins for automatic checkouts from SVN?
I am trying to configure a jenkins server for build processes. My directory structure is as follows
/home/<user>/projects/MyProject
/home/<user>/projects/MyProject/scripts
...
0
votes
1answer
23 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
40 views
Jenkins/Hudson build schedule period spanning over midnight (9 p.m. till 2 a.m.)
I wanted to schedule a job in Jenkins to run sometime between 18pm till 2am.
So I entered the following formula in Build periodically/Schedule field:
H H(18-2) * * *
However, when I save the job, ...
0
votes
0answers
29 views
Restart running builds when restarting Jenkins
When I restart my Jenkins server, I would like to all builds that were running when I brought the server down to be restarted. Is there a script or plugin to do that that correctly restarts builds ...
0
votes
1answer
54 views
Jenkins: Make build success dependent on tests
I'm new to Jenkins/Hudson but I didn't find a plugin which provides the functionality I am looking for.
I want to make the build process of my web application dependent on multiple function tests I ...
0
votes
0answers
26 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
0answers
62 views
Jenkins: prevent Deploy from running with Selenium Tests
we have about 20 selenium builds and 1 deployment build (for every of 4 environments)
what is the best way to prevent deployments and selenium tests from running simultaneously?
to use ...
0
votes
0answers
18 views
Can I change Jenkins' boot.log location or disable it?
We are using Jenkins where I work and because of some restrictions, the file boot.log isn't allowed to be at the partition's root (D:\ in this case). So I was wondering if there is a way to move it or ...
0
votes
1answer
222 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
35 views
ehCache not working in hudson
I'm developing a java webapp using spring mvc and ehCache. I can deploy it fine using tomcat, or jetty. I have 2 maven projects, a webapp/war and an integration test. I want the hudson job to run the ...
0
votes
1answer
77 views
Running commands on Remote machine using PsExec from Msbuild invoked via Jenkins
I am using psexec(with MSbuild Script) to run an xCopy on a server from Jenkins(Hudson). The command runs ok when run through Command Prompt(as System user), but gives the following error when tried ...
0
votes
0answers
72 views
How to pass a build number within the MultiJob plugin?
The MultiJob plugin is great and I want to use it for my build process, but there is one issue I have to solve before: There are three jobs A, B and C. SVN triggers job A and B (parallel execution) ...
0
votes
1answer
31 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 ...
0
votes
3answers
66 views
How to get the last build date in Hudson
How can I get the last build date in Hudson? I need to pass that date back to Maven to generate the changelog report. Or is that a better way to achieve that?
I am using Hudson 2.2.1.
1
vote
1answer
72 views
Does Jenkins/Hudson require maven-surefire-plugin to publish test results?
Does Jenkins/Hudson require maven-surefire-plugin to be executed in order to display "Latest Test Result", "Test Result Trend" diagram and to allow users to drill down to specific classes/tests? I was ...
0
votes
1answer
51 views
How does the jobs/instructions from master to the slave is being trasmited in Jenkins ?
I am trying to understand the excat mean of communciation between master and slave in jenkins. How does the jobs/instructions from master to the slave is being trasmitted ?
I am aware that a TCP/IP ...
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 ...
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
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
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
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
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 ...
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
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 ...



