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