-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins 2.319.3
Basic Steps 2.24
Currently when calling writeFile on an existing file, the content to write overwrites the existing content.
A boolean parameter (append ?) could be used to tell writeFile to add rather than erase. E.g.
writeFile( file:myLog.txt, text:'An additional information', append: true )