fixing attached file

This commit is contained in:
Roberto Cirillo 2021-11-09 14:52:03 +01:00
parent 5d67b4355e
commit 423220f329
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -75,7 +75,7 @@ pipeline {
steps { steps {
script { script {
printReport(report) printReport(report)
saveReport(report) // saveReport(report)
} }
} }
} }
@ -183,6 +183,7 @@ def printReport(report) {
text += "\n" text += "\n"
} }
println text println text
sh printf "%s" $text > $WALKER_NOTES
} }