updated pipelines zip and gdrive upload

This commit is contained in:
dzaitsev
2025-05-07 18:37:26 +03:00
parent 5c87f536c1
commit c3e4b741c8
2 changed files with 13 additions and 10 deletions
+9 -7
View File
@@ -107,15 +107,17 @@ pipeline {
}
}
stage('Trigger Google Drive Upload') {
steps {
script {
echo "Triggering Google Drive Upload pipeline: ${env.GOOGLE_DRIVE_UPLOAD_JOB_NAME}"
build job: env.GOOGLE_DRIVE_UPLOAD_JOB_NAME
}
}
stage('Trigger Google Drive Upload') {
steps {
script {
echo "Triggering Google Drive Upload pipeline: ${env.GOOGLE_DRIVE_UPLOAD_JOB_NAME}"
build job: env.GOOGLE_DRIVE_UPLOAD_JOB_NAME, parameters: [
string(name: 'buildPath', value: params.buildPath),
string(name: 'GOOGLE_DRIVE_FOLDER', value: params.GOOGLE_DRIVE_FOLDER)
]
}
}
}
post {
success {