We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7231b53 commit f5fd3dcCopy full SHA for f5fd3dc
src/main/resources/lib/hudson/test/test-result.jelly
@@ -25,7 +25,7 @@ THE SOFTWARE.
25
<?jelly escape-by-default='true'?>
26
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
27
<st:documentation>
28
- Evaluates to a sstring that reports the test result number in text, like "(5 failures / +3)".
+ Evaluates to a string that reports the test result number in text, like "(5 failures / +3)".
29
<st:attribute name="it" type="AbstractTestResultAction">
30
Either the "it" has to be available in the context or specified as an attribute.
31
</st:attribute>
0 commit comments