fixing attached file

This commit is contained in:
Roberto Cirillo 2021-11-09 14:58:53 +01:00
parent 423220f329
commit 84100a10be
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -183,7 +183,9 @@ def printReport(report) {
text += "\n"
}
println text
sh printf "%s" $text > $WALKER_NOTES
sh("""
printf "%s" $text > $WALKER_NOTES
""")
}