On Wed, Jul 12, 2017 at 1:35 PM, Arun Chandrasekaran <[email protected]> wrote: > I'm not able to figure out how to convert or embed that into a Jelly.
Do not attempt to put any nontrivial logic into a Jelly view—anything beyond simple property accesses (`obj.prop`), `j:if` switches, etc. should be considered suspect. Define Java methods in your plugin that does all the real work, and have the view just fetch the result. -- 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/CANfRfr08euvxKeBAdH6OknPZKLUCS_GG_9wg%2BUvxB5QTizafSQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
