diff --git a/build/jenkins/GDriveUpload b/build/jenkins/GDriveUpload index 5df6d13..cc8c63b 100644 --- a/build/jenkins/GDriveUpload +++ b/build/jenkins/GDriveUpload @@ -89,8 +89,10 @@ pipeline { if (\$filesToDelete.Count -gt 0) { \$tempFile = [System.IO.Path]::GetTempFileName() \$filesToDelete | Out-File -FilePath \$tempFile -Encoding utf8 - - rclone delete AzaionGoogleDrive:${params.GOOGLE_DRIVE_FOLDER} --files-from \$tempFile --drive-chunk-size 64M + W + rite-Output "Contents of temporary delete list file (\$tempFile):" + Get-Content \$tempFile + rclone delete AzaionGoogleDrive:${params.GOOGLE_DRIVE_FOLDER} --files-from \$tempFile Remove-Item -Path \$tempFile } else {