Archive .binlog
This commit is contained in:
parent
b1206b0ff5
commit
c8321e2bd0
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ set DOTNET_CLI_UI_LANGUAGE=es
|
|||
|
||||
def archiveSettings = new ArchivalSettings()
|
||||
archiveSettings.addFiles("test/**/*.trx")
|
||||
archiveSettings.addFiles("*.binlog")
|
||||
archiveSettings.setFailIfNothingArchived()
|
||||
archiveSettings.setArchiveOnFailure()
|
||||
Utilities.addArchival(newJob, archiveSettings)
|
||||
|
|
Loading…
Reference in a new issue