gdrive update

This commit is contained in:
dzaitsev
2025-05-04 14:39:47 +03:00
parent f0f6e05b0d
commit 44bef40d9b
+3 -1
View File
@@ -6,7 +6,9 @@ pipeline {
} }
environment { environment {
GOOGLE_DRIVE_UPLOAD_JOB_NAME = 'YourGoogleDriveUploadPipelineName' // <<== Update this GOOGLE_DRIVE_UPLOAD_JOB_NAME = 'AzaionBuilds' // <<== Update this
RCLONE_CONFIG = 'C:/Program Files/rclone/rclone.conf' // <<== Ensure this points to the correct location of your rclone.conf
} }
stages { stages {