-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins & Jmeter on windows10
Hi Team,
Need your assistance for setting up right configuration
I have configured Jenkins with Jmeter, I could see success for the first while build is executing.
For the Second part I am seeing an error below and attached the snapshot for there reference
JmeterProject #21 Console [Jenkins]
ERROR: Step 'Publish Performance test result report' aborted due to exception:
java.nio.file.InvalidPathException: Illegal char <:> at index 66: C:\Program Files (x86)\Jenkins\jobs\JmeterProject\builds\21\temp\C:\QLDOC\TEST1.jtl
at sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at sun.nio.fs.WindowsPath.parse(Unknown Source)
at sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
at java.io.File.toPath(Unknown Source)
at hudson.FilePath.write(FilePath.java:1889)
Caused: java.io.IOException
at hudson.FilePath.write(FilePath.java:1891)
at hudson.FilePath.copyTo(FilePath.java:1999)
Caused: java.io.IOException: Failed to copy C:\QLDOC\TEST1.jtl to C:\Program Files (x86)\Jenkins\jobs\JmeterProject\builds\21\temp\C:\QLDOC\TEST1.jtl
Hi,
Sorry, but for now we do not support absolute path at Publisher...We plan to fix this in the near future
You can use only relative paths like: "QLDOC\TEST1.jtl"
Thanks