fixing attached file

pull/1/head
Roberto Cirillo 2 years ago
parent 423220f329
commit 84100a10be

4
Jenkinsfile vendored

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

Loading…
Cancel
Save