fixing attached file
This commit is contained in:
parent
5d67b4355e
commit
423220f329
|
@ -75,7 +75,7 @@ pipeline {
|
|||
steps {
|
||||
script {
|
||||
printReport(report)
|
||||
saveReport(report)
|
||||
// saveReport(report)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -183,6 +183,7 @@ def printReport(report) {
|
|||
text += "\n"
|
||||
}
|
||||
println text
|
||||
sh printf "%s" $text > $WALKER_NOTES
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue