Jenkins1.549
Git plugin 1.5.0
I have a job in jenkins where I specify the following branch to build:
origin/myfeature. I also have another job that is configured to build
origin/master.
Using strategy: Default
Last Built Revision: Revision 1966b44e903862343c98c46f4a94d5a603a9a58f
(origin/myfe
To have your Mac pickup the latest Java installed you can do:
#export JAVA_HOME
export JAVA_HOME=`/usr/libexec/java_home`
PATH=$PATH:$JAVA_HOME/java
You can find more information about this utility
here:
https://developer.apple.com/library/mac/documentation/Darwin/Reference/Manpages/man1/java_h
The git plugin is able to work from either a detached head or a named local
branch. Detached head is the default.
Making a named branch is one of the additional behaviors that can be added
from the job definition.
Mark Waite
On Mar 30, 2014 7:14 AM, "dev123" wrote:
> Jenkins1.549
> Git plugin
Thank you for your attension,
I'm not using Xvnc plugin. I still have the error:
in job configuration: set Build--->Execute shell> and in command
section I typed:
bash -l -c "rm -rf router/reports/*.pdf"
echo $WORKSPACE > workspace_place
bash -l -c "nosetests -w router --with-xunit"
When I b
Am 31.03.2014 07:06, schrieb Fatemeh Mehdizadeh:
> I'm not using Xvnc plugin.
Then you should do so. Jenkins is a daemon, and as such doesn't know
anything about X. With the Xvnc or Xvfb plugin, Jenkins can start a
virtual X server itself. This will then be used to run your X clients.
HTH...
I install Xvnc plugin, when I build my test has errors:
Starting xvnc
[workspace] $ vncserver :52 -localhost -nolisten tcp
FATAL: Cannot run program "vncserver" (in directory
"/var/lib/jenkins/jobs/Python-test-poc/workspace"):
java.io.IOException: error=2, No such file or
directory*java.io.IOExcep
Hey,
Background:
I got a little script (https://github.com/maxandersen/jiralint) which is
used to take queries against Jira locating stale jiras or jiras with
missing/wrong information on them
and then generate a junit test xml report which then in turn makes jenkins
generate a build failure re