Skip to content

Commit

Permalink
[JENKINS-12742] Add help text for XML macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
orrc committed Jul 20, 2015
1 parent b483845 commit 83197bd
Showing 1 changed file with 8 additions and 0 deletions.
@@ -0,0 +1,8 @@
<j:jelly xmlns:j="jelly:core">
<dt>$${XML,file="FILE",xpath="XPATH"}</dt>
<dd>
Expands to the result(s) of an XPath expression run against the given XML file.<br/>
If the XPath evaluates to more than one value, then a semicolon-separated string is returned.<br/>
The file path is relative to the build workspace root.
</dd>
</j:jelly>

0 comments on commit 83197bd

Please sign in to comment.