Hi, I'm developing plugin to display XML based information. XML files are stored on network drive. URL should specify XML file to use.
I would like to use URL in similar way to JUnit AbstractTestResultAction - every test has its own URL - f.e. https://jenkins/job/TEST/1189/testReport/PckgTest/testname/ How does the Action (or something else :) ) parse the URL to get values from it? Which class should I use and which method override to access strings passed in my actions URL subspace? I would like to get those information and than use it to prepare jelly-view result (simply parse specified XML file and display info). Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
