Maven Release Plugin Configuration issue?

2017-01-13 Thread Yaron Benjamin
Hello All, I am having an issue trying to get my Jenkins job to use the Maven Release Plugin Plugin (M2 Release Plugin). When I run the job I get the following: [INFO] [INFO] BUILD FAILURE [INFO] ---

Jenkins with P4 over Assembla - Unable to check workspace against depot

2013-09-23 Thread yaron
I'm trying to connect my Jenkins server with perforce. The depot is sitting on Assembla's servers. I managed to install p4v with all the settings and everything work. Jenkins throws the "Unable to check workspace against depot" error whenever I try to define a workspace (i'm using one which is al

Re: How does Jenkins know tests history

2012-11-23 Thread Yaron Naveh
Hi Check this image. Jenkins says this test failure is a regression (e.g. fails this build, passed previous build). How does Jenkins know to match the result from both builds - after all Jenkins know about the test results only the xunit xml. So I guess Jenkins compare test names from the Xml? In

How does Jenkins know tests history

2012-11-22 Thread Yaron Naveh
When a test fails Jenkins writes something like "Failing for the past 4 build (Since #12)". How does Jenkins know the test history - is it by string matching the class/test name to previous results? If so and the class name changes does it mean that all history context for its tests is also los