Escape standard output.

This commit is contained in:
Manuele Simi 2021-02-17 09:47:26 -05:00
parent 8d17d0d965
commit ef9ad302a7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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>
"""