pipelines zip and gdrive upload

updated
This commit is contained in:
dzaitsev
2025-05-07 19:06:57 +03:00
parent 80e1877c18
commit e6ab8bde47
+1 -1
View File
@@ -27,7 +27,7 @@ pipeline {
// Example (placeholder): // Example (placeholder):
powershell """ powershell """
echo Uploading ${zipFilename} to Google Drive... echo Uploading ${zipFilename} to Google Drive...
# rclone copy \"${zipFilename}\" remote:\"${env.GOOGLE_DRIVE_FOLDER}\" rclone copy \"${zipFilename}\" remote:\"${env.GOOGLE_DRIVE_FOLDER}\"
""" """
} }
} }