Re: Jenkins build failure but tests pass

2015-11-18 Thread Alex Wouda
false alarm. All unit test passed, but there is an error... sorry Alex On Wednesday, November 18, 2015 at 9:00:16 AM UTC+1, Alex Wouda wrote: > > Hi, > > Our unit tests all pass, but in the end we still got an error. I'm > struggling to understand what goes wrong here: > > [info] Passed: : Tot

Re: Jenkins build failure console output

2015-10-20 Thread Martin
Hi, I switched to Perforce plugin from P4 Plugin from Perforce, and everything works fine. It seems the new P4 plugin is a lot harder to configure. Thank you. Martin On Tuesday, October 20, 2015 at 7:42:56 AM UTC-4, rginga wrote: > > It appears that Perforce is building a workspace at > /home/

RE: Jenkins build failure console output

2015-10-20 Thread Ginga, Dick
It appears that Perforce is building a workspace at /home/abigail/p4/projects// I suppose the workspace definition could include mapping some files to /var/lib/jenkins/workspace. What is your Perforce workspace definition? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@goog

Re: Jenkins Build Failure

2013-04-09 Thread Scott Hoenigman
Yes... it seems that when you install OpenJDK as specified on https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributionsit for some reason installs only the JRE. I had to do the following to get it to work: yum remove java then yum install jav

RE: Jenkins Build Failure

2013-04-09 Thread Stanley, Jason
Could the problem be you installed jre-1.6.0 and its looking for jdk-1.6.0? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Scott Hoenigman Sent: Tuesday, April 09, 2013 2:53 PM To: jenkinsci-users@googlegroups.com Subject: Jenkins Build Failure I