fixing attached file
This commit is contained in:
parent
5d67b4355e
commit
423220f329
|
@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue