I found out that in the jelly template, there is a new html/head/body tag and the <l:layout> was just inside the body. I moved everything inside <l:layout> and now it correctly resolves the resURL. I will create a separate issue I have with the additional html/head/body which I need in my case.
On Wednesday, September 2, 2020 at 6:17:13 PM UTC+2 [email protected] wrote: > It's unlikely that resurl would break without anyone else noticing. It's > used all over. > > What kind of page are you making (what filename and class). > > I know if your not inside of a layout tag it won't be defined. But you > shouldn't need to call layout unless your making a completely new page > > On Wed., Sep. 2, 2020, 7:34 a.m. Jesse Glick, <[email protected]> > wrote: > >> On Wed, Sep 2, 2020 at 9:54 AM [email protected] >> <[email protected]> wrote: >> > it seems that either resUrl is not resolved or it is just empty. >> >> No promises, but if you want a helpful response your chances are much >> better if you link to an open pull request demonstrating the attempted >> change. >> >> -- >> 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]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1Jvx6abnqkABOjgs5C2Fuzdu2ptTwvx%3DJT8tRpWRSNZg%40mail.gmail.com >> . >> > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/a1a5df10-979c-4b36-adc4-744dc92639d8n%40googlegroups.com.
