Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.