I am facing following error when running Performance Plugin on Jenkins for JMeter tests (I have source file setting on Performance Plugin set to **/*.jtl
).
Performance: Percentage of errors greater or equal than 1% sets the build as unstable Performance: Percentage of errors greater or equal than 1% sets the build as failure ERROR: Exception while determining absolute error/unstable threshold evaluation java.io.IOException: The filename, directory name, or volume label syntax is incorrect at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.createNewFile(Unknown Source) at hudson.plugins.performance.PerformancePublisher.perform(PerformancePublisher.java:581) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720) at hudson.model.Build$BuildExecution.post2(Build.java:185) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665) at hudson.model.Run.execute(Run.java:1745) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:401)
I was wondering if anybody has encountered this issue or better resolved it.