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 = """
|
||||
<action repo="${repo_url}">
|
||||
<stdout>
|
||||
${output}
|
||||
${groovy.xml.XmlUtil.escapeXml(output)}
|
||||
</stdout>
|
||||
</action>
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue