Escape standard output.
This commit is contained in:
parent
8d17d0d965
commit
ef9ad302a7
|
@ -184,7 +184,7 @@ def exec(repo_url, repo_name) {
|
||||||
def xml_action = """
|
def xml_action = """
|
||||||
<action repo="${repo_url}">
|
<action repo="${repo_url}">
|
||||||
<stdout>
|
<stdout>
|
||||||
${output}
|
${groovy.xml.XmlUtil.escapeXml(output)}
|
||||||
</stdout>
|
</stdout>
|
||||||
</action>
|
</action>
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue