Thanks, I've read this already. Usually in my plugins I just have a jelly file which name corresponds to URL (f.e. myaction/summary - summary.jelly) and it works great.
The problem is that during build I generate XML file with unique values, so I want to use unique URLs - I can't just create normal xxx.jelly file (probably...). The question is - how to "redirect" this unique (generated) URL (f.e. http://jenkins/.../myaction/test001) to my generic Action or jelly file (which can get values from url and display them). Every request like http://jenkins/.../myaction/test001, http://jenkins/.../myaction/xxxx ends with 404 :( On Wednesday, February 26, 2014 3:33:37 PM UTC+1, Jesse Glick wrote: > > On Wed, Feb 26, 2014 at 4:06 AM, Asaf <[email protected] <javascript:>> wrote: > > How does the Action (or something else) parse the URL to get values from > it? > > > https://wiki.jenkins-ci.org/display/JENKINS/Figuring+out+URL+binding+of+Stapler > > http://stapler.kohsuke.org/reference.html > -- 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.
