I am running a Jenkins CI server which polls an SVN server and checks out the (Maven) project and builds it.
We have recently changed the build server and I set up Jenkins afresh with the few projects we have.
Reference: Jenkins Users :: Jenkins on Windows: Java + JRE (version) confusion
Which Java version should I run Jenkins with (on Windows)? Should I use the included JRE of the Windows master? Should I use the last 1.6 release? Should I just run it on a current 1.7 version?
Our jenkins CI server (v1.499) runs tests that call URLs on the CI machine. The applications behind those URLs change the same temporary files as the unit test processes change, so those files need to be group writable. I fixed that for apache already, but totally fail with jenkins.
Modifying /etc/default/jenkins to include an umask 002 command does not help.
I have a script (test.sh) on a local server, which when I execute with terminal works fine. The script removes a directory and creates a directory local. Then it connects to a remote server using "ssh -i $private_key .." and copies a file there.
When I execute this script in jenkins with
sh test.sh
it doesnt work. Im getting the following errors:
rm: .. Permission denied
mkdir: ..
Trying to set up Jenkins on a RedHat 6.2 box;
Stack trace (the important bits, I think)
[root@lynx ~]# java -jar /usr/lib/jenkins/jenkins.war
Running from: /usr/lib/jenkins/jenkins.war
webroot: $user.home/.jenkins
[Winstone 2011/12/29 22:12:09] - Beginning extraction from war file
Dec 29, 2011 10:12:10 p.m.
I have been attemplting to follow the instructions here to get svfb running
https://wiki.jenkins-ci.org/display/JENKINS/Xvfb+Plugin
Currently the xvfb executable is at /usr/bin/Xvfb,
my project config and jenkins config are identical to the instructions, however i am getting this error:
ERROR: No Xvfb installations defined, please define one in the configuration.
I am new to the world of Jenkins and Git and I have come across a problem.
I have set up a test repo and a have some java code in it, I installed the git plugin and i have it successfully pulling the code each build.
A friend's start-up has implemented a number of business critical services on a Hudson/Jenkins server run on a Tomcat container. This is not an open-source project, in fact many aspects of this project are confifential. Jenkins is used primarily as a means of running batches & gthering results from those batches.
Hi,
I've installed apache2 in my laptop, and have a couple of test pages showing properly. After installing jenkins and being able to access it locally I wanted to access it via http.