Jenkins Build failure.

2018-10-02 Thread Arjun Raj
I have a maven project on Jenkins(jenkins 2.121.1 installed on redhat) I'm getting test case failure In Jenkins.I just tried same On execute shell option and cloned Repository locally and passed all commands build was working fine.But still I'm Getting error (test failure-java assertion expected

Gradle - JaCoCo via Jenkins build failure(java.lang.ClassNotFoundException: org.jacoco.report.IReportGroupVisitor)

2017-05-02 Thread Makarand Jadhav
Hello, Can someone please assist or point me in the right direction on gradle error seen during the build using JaCoCo plugin executing via Jenkins? Thanks in advance! See details below on my setup and steps performed. I am running Jenkins Job that has uses Gradle plugin(V1.26 from *https://wi

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

Jenkins build failure but tests pass

2015-11-18 Thread Alex Wouda
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: : Total 205, Failed 0, Errors 0, Passed 205, Skipped 0 [info] Passed: : Total 7, Failed 0, Errors 0, Passed 7, Skipped 0 [info] Passed: : Total 24, Failed 0, Erro

Re: Jenkins build failure console output

2015-10-20 Thread Martin
ups.com ] *On Behalf Of *Martin > *Sent:* Tuesday, October 20, 2015 2:30 AM > *To:* Jenkins Users > *Subject:* Jenkins build failure console output > > > > I am receiving this error message in the output at the end. It says it can > not find the root pom.xml. The rea

RE: Jenkins build failure console output

2015-10-20 Thread Ginga, Dick
@googlegroups.com] On Behalf Of Martin Sent: Tuesday, October 20, 2015 2:30 AM To: Jenkins Users Subject: Jenkins build failure console output I am receiving this error message in the output at the end. It says it can not find the root pom.xml. The reason is that the build workspace directory is

Jenkins build failure console output

2015-10-19 Thread Martin
I am receiving this error message in the output at the end. It says it can not find the root pom.xml. The reason is that the build workspace directory is empty: /var/lib/jenkins/workspace/bbword-build/, which means Jenkins fails to copy the project files (including the root pom.xml) to Jenkin'

Re: Jenkins Build Failure

2013-04-09 Thread Scott Hoenigman
:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Scott Hoenigman > *Sent:* Tuesday, April 09, 2013 2:53 PM > *To:* jenkins...@googlegroups.com > *Subject:* Jenkins Build Failure > > > > I am running Jenkins (v1.435) on CentOS and am runni

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

Jenkins Build Failure

2013-04-09 Thread Scott Hoenigman
I am running Jenkins (v1.435) on CentOS and am running into the following issue while attempting to build one of my projects: Executing Maven: -B -f /var/lib/jenkins/jobs/NewProject/workspace/pom.xml install [INFO] Scanning for projects... [INFO] -