Using the git plugin and specifying git branch

2014-03-30 Thread dev123
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

Re: JAVA_HOME on Mac Mavericks

2014-03-30 Thread alex ouzounis
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

Re: Using the git plugin and specifying git branch

2014-03-30 Thread Mark Waite
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

Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-30 Thread Fatemeh Mehdizadeh
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

Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-30 Thread Dirk Heinrichs
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...

Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-30 Thread Fatemeh Mehdizadeh
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

Any way to affect the recipient of the mail(ext) plugin recipient list ?

2014-03-30 Thread Max Rydahl Andersen
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