Escape root attribute.

This commit is contained in:
Manuele Simi 2021-01-31 22:37:43 -05:00
parent 64871fa96a
commit cdd185bbd6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -66,7 +66,7 @@ pipeline {
echo "#Build ${PIPELINE_BUILD_NUMBER},," > $ACTION_REPORT
echo "#StartTime ${date},," >> $ACTION_REPORT
echo "Project,Repo,Result" >> $ACTION_REPORT
echo '<actions from="${ACTION_URL}">' > $ACTION_OUTPUT
echo "<actions from=\"${ACTION_URL}\">" > $ACTION_OUTPUT
'''
}
}