mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:56:29 +00:00
pipelines zip and gdrive upload
updated
This commit is contained in:
@@ -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}\"
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user