I am facing the following issue: I am using the Plot Plugin for Jenkins/Hudson in order to display some chars, based on each build, and this work just fine... however I would like to show more data on point click, which should be supported in the Plot Plugin.
I am using the "Load data from xml file using xpath" option, Nodeset and as URL:
http://host:8080/abc/%name%/%index%/def
The help popup states the following: "Optional. If set, this url is used when you click on a point. This is used as the base url for every point, %name% and %index% will be replaced in the url with the column name and index.". However, when I click on the points in the generated plot, %name% and %index% are not replaced with indices, so the URL is of course not what I expect...
Any ideas how to get the indices properly placed in the placeholders? Thanks!