Re: Ajax issue

2023-09-06 Thread Nikhil Bhoski
doSummary method in your action when you already have a summary.jelly that > will render the data. > > > > *From:* jenkin...@googlegroups.com *On > Behalf Of *Nikhil Bhoski > *Sent:* Dienstag, 5. September 2023 18:24 > *To:* Jenkins Developers > *Subject:*

RE: Ajax issue

2023-09-05 Thread 'Winter, Markus' via Jenkins Developers
ry.jelly that will render the data. From: jenkinsci-dev@googlegroups.com On Behalf Of Nikhil Bhoski Sent: Dienstag, 5. September 2023 18:24 To: Jenkins Developers Subject: Re: Ajax issue Thanks Alot for responding. does URL point to the method of action class ? like ${it.Url}/? this where th

Re: Ajax issue

2023-09-05 Thread Nikhil Bhoski
Thanks Alot for responding. does URL point to the method of action class ? like ${it.Url}/? this where the confusion is I am not sure where this URL points how would it look like in my jelly ? Regards Nikhil On Tuesday, 5 September 2023 at 21:39:06 UTC+5:30 m.wi...@sap.com wrote: > You mig

RE: Ajax issue

2023-09-05 Thread 'Winter, Markus' via Jenkins Developers
You might want to look at https://www.jenkins.io/doc/developer/handling-requests/ But if I understand you right you want to show the summary.jelly from your action. So looking at https://github.com/jenkinsci/junit-plugin/blob/master/src/main/resources/lib/hudson/test/failed-test.jelly, all yo