writeFile : Add the possibility to add content

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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
      )

       

       

            Assignee:
            Unassigned
            Reporter:
            Jean-Luc Pé
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: