How to display parentheses in the title of Jenkins with Jelly?

51 Views Asked by At

How to display parentheses in the title of Jenkins with Jelly? I have below codes.

<f:entry title="${%Loop Timeout(seconds)}" field="loopTimeout">
    <f:textbox value="300"/>
</f:entry>

But it only display Loop Timeout on the screen. How to handle this?

1

There are 1 best solutions below

0
Boykaczhu On

Finally, use get function to return a fix value from the class. without using hardcode in jelly.