pipelines zip and gdrive upload

updated
This commit is contained in:
dzaitsev
2025-05-07 18:49:17 +03:00
parent e6ec904657
commit 80e1877c18
2 changed files with 26 additions and 115 deletions
+9 -9
View File
@@ -107,17 +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, parameters: [
string(name: 'buildPath', value: params.buildPath),
string(name: 'GOOGLE_DRIVE_FOLDER', value: params.GOOGLE_DRIVE_FOLDER)
]
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)
]
}
}
}
}
}
post {
success {