On Sun, Jul 28, 2019 at 9:17 PM Boyka Zhu <boyka....@gmail.com> wrote:
> I have one request that is need to add parentheses into the Jelly label like:
> <f:section title="${%TestPlugin(branch-A)}">
>  </f:section>

Parentheses are interpreted as format parameters. To fix this, simply
put in `basename.jelly`:

<f:section title="${%your-key}">

and create `basename.properties`:

your-key=TestPlugin(branch-A)

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr09tsMG6ZwEKBX481D6TAuOa14a1nPqid_xKgqLC-3_jQ%40mail.gmail.com.

Reply via email to