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] ---
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
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
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