-
Improvement
-
Resolution: Done
-
Major
-
None
-
-
3.5.0
We were successfully using this plugin with robot framework 6.x . With the update to robot framework 7.x it seems that we arent able to parse the output file generated by rebot 7.x . see
Also see the error message
Robot results publisher started... -Parsing output xml: Done! -Copying log files to build dir: Done! -Assigning results to build: Error when executing always post condition: java.lang.NullPointerException at java.base/java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1470) at java.base/java.text.DateFormat.parse(DateFormat.java:393) at hudson.plugins.robot.model.RobotCaseResult.timeDifference(RobotCaseResult.java:68) at hudson.plugins.robot.model.RobotCaseResult.getDuration(RobotCaseResult.java:117) at hudson.plugins.robot.model.RobotSuiteResult.tally(RobotSuiteResult.java:405) at hudson.plugins.robot.model.RobotSuiteResult.tally(RobotSuiteResult.java:413) at hudson.plugins.robot.model.RobotResult.tally(RobotResult.java:422) at hudson.plugins.robot.RobotBuildAction.setResult(RobotBuildAction.java:124) at hudson.plugins.robot.RobotBuildAction.<init>(RobotBuildAction.java:95) at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:299) at hudson.plugins.robot.RobotStepExecution.run(RobotStepExecution.java:31) at hudson.plugins.robot.RobotStepExecution.run(RobotStepExecution.java:14) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829)
Are there any plans to support this format and take care that this plugin works with robot-framework 7.x ?
- is blocked by
-
JENKINS-72565 Robot Framework logfile copy problem
- Closed