-
New Feature
-
Resolution: Done
-
Trivial
-
-
2.0.0
Currently the Jenkins Robot Framework plugin shows the build number in the test results graph.
It would be better to show dates in the Test results Trend graph.
Even better it would be nice if I could make my own label formatter using DateTimeFormatter notation:
https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html
feature implemented in pull request 18: https://github.com/jenkinsci/robot-plugin/pull/18
in robot section of global configuration now you can specify DateTimeFormatter string such as MM-dd HH:mm. Default is #$build for backward compatibility.